You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#ROBOMERGE-OWNER: mike.beach #ROBOMERGE-AUTHOR: david.hibbitts #ROBOMERGE-SOURCE: CL 20268251 via CL 20268295 via CL 20268304 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690) [CL 20269974 by david hibbitts in ue5-main branch]
93 lines
1.6 KiB
Plaintext
93 lines
1.6 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "VirtualCamera",
|
|
"Description": "Actors, components, and utilities for controlling and viewing cameras via physical devices",
|
|
"Category": "Virtual Production",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"EnabledByDefault": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "VCamCore",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "Default",
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
]
|
|
},
|
|
{
|
|
"Name": "VCamCoreEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default",
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
]
|
|
},
|
|
{
|
|
"Name": "VCamInput",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault",
|
|
"PlatformDenyList": [
|
|
"TVOS"
|
|
]
|
|
},
|
|
{
|
|
"Name": "VirtualCamera",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "PostDefault",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux",
|
|
"Mac"
|
|
]
|
|
},
|
|
{
|
|
"Name": "VirtualCameraEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "MediaIOFramework",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "MediaFrameworkUtilities",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "RemoteSession",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "LevelSequenceEditor",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "Takes",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "VirtualProductionUtilities",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "LiveLink",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "EnhancedInput",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|