Files
UnrealEngineUWP/Engine/Plugins/Experimental/StateGraph/StateGraph.uplugin
eric day 54f4629590 StateGraph - State machine framework plugin modeled as a directed graph that supports timeouts, hotfixing, runtime modification, and more.
[REVIEW] [at]michael.atchison [at]chris.varnsverry [at]Stephen.Ma

[CL 26787069 by eric day in ue5-main branch]
2023-08-02 16:44:56 -04:00

19 lines
386 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"
}
]
}