Navigation
API > API/Plugins > API/Plugins/StateGraphManager > API/Plugins/StateGraphManager/FStateGraphManager
Description
Add a delegate to be called when creating a new state graph instance. These are called in the order they were added.
| Name | AddCreateDelegate |
| 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 void AddCreateDelegate
(
const FStateGraphManagerCreateDelegate & Delegate
)