Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraph
Description
Add a node to the state graph. Returns true if successful, false if the node is either already added to a state graph or if an existing node with the same name exists.
| Name | AddNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Public/StateGraph.h |
| Include Path | #include "StateGraph.h" |
| Source | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Private/StateGraph.cpp |
bool AddNode
(
const FStateGraphNodeRef & Node
)