diff --git a/Prototyp1.uproject b/Prototyp1.uproject new file mode 100644 index 0000000..b3792e7 --- /dev/null +++ b/Prototyp1.uproject @@ -0,0 +1,71 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.6", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "SunPosition", + "Enabled": true + }, + { + "Name": "GeoReferencing", + "Enabled": true + }, + { + "Name": "MetaHumanCharacter", + "Enabled": true + }, + { + "Name": "MetaHumanCoreTech", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux" + ] + }, + { + "Name": "MetaHumanCalibrationProcessing", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux" + ] + }, + { + "Name": "MetaHuman", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux" + ] + }, + { + "Name": "MetaHumanLiveLink", + "Enabled": true + }, + { + "Name": "MetaHumanRuntime", + "Enabled": true + }, + { + "Name": "JsonBlueprintUtilities", + "Enabled": true + }, + { + "Name": "BlueprintFileUtils", + "Enabled": true + }, + { + "Name": "PixelStreaming", + "Enabled": true + } + ] +} \ No newline at end of file