Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_StateMachineBase
- UAnimGraphNode_StateMachine
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_StateMachine.h |
| Include | #include "AnimGraphNode_StateMachine.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_StateMachine : public UAnimGraphNode_StateMachineBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_StateMachine | Node | Runtime state machine representation (empty; populated during compilation) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_StateMachine
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_StateMachineBase
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_StateMachine & | GetNode () |
Interface for derived classes to implement. |