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

29 lines
633 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Operator Stack",
"Description": "Allows you to display linked objects in a container with an intuitive UI",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "OperatorStackEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "CustomDetailsView",
"Enabled": true
}
]
}