Files
UnrealEngine/Engine/Plugins/VirtualProduction/Switchboard/Switchboard.uplugin
2025-05-18 13:04:45 +08:00

51 lines
933 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Switchboard",
"Description": "Launcher/Installer for the Switchboard application.",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SwitchboardCommon",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "SwitchboardEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "OSC",
"Enabled": true
},
{
"Name": "Takes",
"Enabled": true
},
{
"Name": "VirtualProductionUtilities",
"Enabled": true
}
]
}