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

24 lines
485 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "State Graph",
"Description": "Generic state machine management class.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"Modules": [
{
"Name": "StateGraph",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "StateGraphManager",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
]
}