Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraph
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< NodeType, ESPMode::ThreadSafe > | CreateNode
(
ArgsTypes&&... Args |
Create and add a new node for a given node class type. | |
| TEnableIf< TIsInvocable< FunctionType, FStateGraph &, FStateGraphNodeFunctionComplete, ArgsTypes... ... | CreateNode
(
FName NodeName, |
Create a new function node for lambas and static methods. | |
| TEnableIf< TIsClass< ObjectType >::Value &&TIsInvocable< FunctionType, ObjectType, FStateGraph &, FS... | CreateNode
(
FName NodeName, |
Create a new function node for member functions. | |
| TEnableIf< TIsClass< ObjectType >::Value &&TIsInvocable< FunctionType, FStateGraph &, FStateGraphNod... | CreateNode
(
FName NodeName, |
Create a new function node for lambdas tied to objects. |