Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraph
References
| Module | StateGraph |
| Header | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Public/StateGraph.h |
| Include | #include "StateGraph.h" |
| Source | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Private/StateGraph.cpp |
bool AddNode
(
const FStateGraphNodeRef & Node
)
Remarks
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.