Initial Project Setup

This commit is contained in:
2025-02-13 00:03:56 +05:30
commit e64d367684
350 changed files with 1863 additions and 0 deletions

164
MyProject3.uproject Normal file
View File

@@ -0,0 +1,164 @@
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "MyProject3",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
]
},
{
"Name": "VirtualScouting",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux"
]
},
{
"Name": "PythonScriptPlugin",
"Enabled": true
},
{
"Name": "HDRIBackdrop",
"Enabled": true
},
{
"Name": "SunPosition",
"Enabled": true
},
{
"Name": "SequencerScripting",
"Enabled": true
},
{
"Name": "Takes",
"Enabled": true
},
{
"Name": "VirtualProductionUtilities",
"Enabled": true
},
{
"Name": "VirtualCamera",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "Composure",
"Enabled": true
},
{
"Name": "MediaFrameworkUtilities",
"Enabled": true
},
{
"Name": "MediaIOFramework",
"Enabled": true
},
{
"Name": "RemoteControl",
"Enabled": true
},
{
"Name": "nDisplay",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux"
]
},
{
"Name": "AjaMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
],
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/91088fb17fb04b6b9eda41aaf8fda21e"
},
{
"Name": "BlackmagicMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux"
],
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/433d28bdfb764ec5b2e60c4f45d5cb5c"
},
{
"Name": "AppleProResMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
]
},
{
"Name": "HAPMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
]
},
{
"Name": "AppleARKit",
"Enabled": true,
"SupportedTargetPlatforms": [
"IOS",
"Win64",
"Mac",
"Linux",
"Android"
]
},
{
"Name": "AppleARKitFaceSupport",
"Enabled": true,
"SupportedTargetPlatforms": [
"IOS",
"Win64",
"Mac",
"Linux",
"Android"
]
},
{
"Name": "PixelStreaming",
"Enabled": true
},
{
"Name": "VariantManager",
"Enabled": true
},
{
"Name": "DMXProtocol",
"Enabled": true
},
{
"Name": "MovieRenderPipeline",
"Enabled": true
},
{
"Name": "ModelingToolsEditorMode",
"Enabled": true
}
]
}