Files
UnrealEngine/Engine/Plugins/Runtime/GameplayStateTree/GameplayStateTree.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

30 lines
615 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "GameplayStateTree",
"Description" : "StateTree for AI/Gameplay Behaviors",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "GameplayStateTreeModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "StateTree",
"Enabled": true
}
]
}