Navigation
API > API/Plugins > API/Plugins/StateGraph
Inheritance Hierarchy
- TSharedFromThis
- FNoncopyable
- FStateGraphNode
- FStateGraphNodeFunction
References
| Module | StateGraph |
| Header | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Public/StateGraph.h |
| Include | #include "StateGraph.h" |
Syntax
class FStateGraphNodeFunction : public UE::FStateGraphNode
Remarks
Node for wrapping functions as delegates.
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FStateGraph | ||
| FStateGraphNodeFunctionStart | StartFunction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateGraphNodeFunction
(
FName InName, |
Overridden from FStateGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if all dependencies are met and the node can be started. | ||
| void | Start () |
Start this node. |