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

40 lines
735 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ICVFXTesting",
"Description": "Testing utilities to be used by ICVFX projects",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Hidden": true,
"Installed": false,
"Plugins": [
{
"Name": "Gauntlet",
"Enabled": true
},
{
"Name": "LiveLinkCamera",
"Enabled": true
},
{
"Name": "nDisplay",
"Enabled": true
}
],
"Modules": [
{
"Name": "ICVFXTesting",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
}
]
}