Navigation
API > API/Plugins > API/Plugins/StateGraphManager > API/Plugins/StateGraphManager/FStateGraphManagerTracked
Description
Create a tracked state graph instance by ContextName. Only one instance per context is allowed, so the context should be a unique ID representing that instance.
Virtual Inheritance
- FStateGraphManager::Create → FStateGraphManagerTracked::Create
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/Experimental/StateGraph/Source/StateGraphManager/Public/StateGraphManager.h |
| Include Path | #include "StateGraphManager.h" |
| Source | /Engine/Plugins/Experimental/StateGraph/Source/StateGraphManager/Private/StateGraphManager.cpp |
virtual UE::FStateGraphPtr Create
(
const FString & ContextName
)