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_StateMachineBase.h |
| Include | #include "AnimGraphNode_StateMachineBase.h" |
Syntax
UCLASS (Abstract)
class UAnimGraphNode_StateMachineBase : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UAnimationStateMachineGraph > | EditorStateMachineGraph | Editor state machine representation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_StateMachineBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_StateMachine & | GetNode () |
Interface for derived classes to implement. | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FString | |||
| TArray< UEdGraph * > | GetSubGraphs () |
||
| FText | |||
| TSharedPtr< class INameValidatorInterface > | |||
| void | OnRenameNode
(
const FString& NewName |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | DestroyNode () |
||
| FString | |||
| UObject * | By default return any animation assets we have. | ||
| FText | |||
| FLinearColor | |||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. | |
| void | GetRequiredExtensions
(
TArray< TSubclassOf< UAnimBlueprintExtension > >& OutExtensions |
Get the extension types that this node type holds on the anim blueprint. Some extension types are always requested by the system. | |
| void | |||
| void | OnProcessDuringCompilation
(
IAnimBlueprintCompilationContext& InCompilationContext, |
Process this node's data during compilation (override point) | |
| void | |||
| void |