Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< NodeType, ESPMode::ThreadSafe > | Next
(
ArgsTypes&&... Args |
Helper function to create a new node, add it to this node's StateGraph, and add this node as a dependency. | |
| FStateGraphNodeFunctionPtr | Next
(
ArgsTypes&&... Args |