Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraph > API/Plugins/StateGraph/FStateGraph/CreateNode
References
| Module | StateGraph |
| Header | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Public/StateGraph.h |
| Include | #include "StateGraph.h" |
template<typename NodeType, typename... ArgsTypes>
TSharedRef < NodeType, ESPMode::ThreadSafe > CreateNode
(
ArgsTypes &&... Args
)
Remarks
Create and add a new node for a given node class type.