Files
UnrealEngineUWP/Engine/Plugins/Experimental/VirtualCamera/VirtualCamera.uplugin
Dominik Peacock a0bcf28239 Add switch node based on connection and connection points
#jira UE-167295
#rb Jason.Walter
#preflight 63761c424f460e024c179153

[CL 23219028 by Dominik Peacock in ue5-main branch]
2022-11-21 06:25:45 -05:00

122 lines
2.1 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": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"EnabledByDefault": false,
"SupportedTargetPlatforms": [
"Win64",
"Linux"
],
"PlatformAllowList": [
"Win64",
"Linux"
],
"Modules": [
{
"Name": "PixelStreamingVCam",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "VCamBlueprintNodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "VCamCore",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "VCamCoreEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "VCamInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "VirtualCamera",
"Type": "Runtime",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"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
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "PixelStreaming",
"Enabled": true
}
]
}