From 25eca067c98fc8395ac22574f9176880b13a4cec Mon Sep 17 00:00:00 2001 From: Julius Reitwiesner Date: Fri, 20 Mar 2026 19:25:15 +0000 Subject: [PATCH] Projektdatei --- Prototyp1.uproject | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 Prototyp1.uproject 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