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

52 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Cinematic Assembly Tools (CAT)",
"Description": "CAT is a suite of cinematic pipeline tools for shot management and linear content creation",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Hidden": false,
"Installed": false,
"Modules": [
{
"Name": "CineAssemblyTools",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CineAssemblyToolsEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "LevelSequenceEditor",
"Enabled": true
},
{
"Name": "DirectoryPlaceholder",
"Enabled": true
},
{
"Name": "MovieRenderPipeline",
"Enabled": true
},
{
"Name": "NamingTokens",
"Enabled": true
},
{
"Name": "Takes",
"Enabled": true
}
]
}