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

51 lines
984 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "StateTree",
"Description" : "General purpose hierarchical state machine",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "StateTreeModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "StateTreeTestSuite",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "StateTreeEditorModule",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayInsights",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "PropertyAccessEditor",
"Enabled": true
},
{
"Name": "PropertyBindingUtils",
"Enabled": true
}
]
}