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 ObjectType, typename FunctionType, typename... ArgsTypes>
TEnableIf < TIsClass < ObjectType >::Value &&TIsInvocable < FunctionType, FStateGraph &, FStateGraphNodeFunctionComplete , ArgsTypes... >::Value , FStateGraphNodeFunctionRef >::Type CreateNode
(
FName NodeName,
ObjectType * Object,
FunctionType Function,
ArgsTypes &&... Args
)
Remarks
Create a new function node for lambdas tied to objects.