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

64 lines
1.2 KiB
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Chooser",
"Description" : "Use Chooser and Proxy Tables to build dynamic asset selection logic.",
"Category" : "Animation",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"Installed" : false,
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "BlendStack",
"Enabled": true
},
{
"Name": "GameplayInsights",
"Enabled": true
}
],
"Modules" :
[
{
"Name" : "Chooser",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name": "ChooserUncooked",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name" : "ChooserEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "ProxyTable",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name": "ProxyTableUncooked",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name" : "ProxyTableEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}