Files
UnrealEngineUWP/Engine/Plugins/Experimental/VirtualCameraCore/VirtualCameraCore.uplugin
Dominik Peacock a2a6360492 Move VirtualCamera and VirtualCameraEditor to VirtualCamera plugin
#jira UE-185530
#rb none
#preflight https://horde.devtools.epicgames.com/job/645b76372d27fa25b33eb49a
#fyi Jason.Walter

[CL 25401856 by Dominik Peacock in ue5-main branch]
2023-05-10 06:58:09 -04:00

116 lines
2.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "VirtualCameraCore",
"Description": "Code for actors, components, and utilities for controlling and viewing cameras via physical devices. See VirtualCamera for content.",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "DecoupledOutputProvider",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "PixelStreamingVCam",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [ "Win64", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "VCamBlueprintNodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "VCamCore",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "VCamCoreEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "VCamInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformDenyList": [
"TVOS"
]
}
],
"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": "VPRoles",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "PixelStreaming",
"Enabled": true,
"PlatformAllowList" : [ "Win64", "Linux" ]
},
{
"Name" : "PixelCapture",
"Enabled": true,
"PlatformAllowList" : [ "Win64", "Linux" ]
}
]
}