Files
yoan stamant e6d36d7569 Remove references to deprecated plugin StructUtils (now part of CoreUObject)
#jira UE-216472
#rb devin.doucette

#changelist validated

[CL 34514179 by yoan stamant in ue5-main branch]
2024-06-19 17:04:50 -04:00

40 lines
819 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": "PropertyAccessEditor",
"Enabled": true
}
]
}