UAnimStateAliasNode

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Public/AnimStateAliasNode.h

Include

#include "AnimStateAliasNode.h"

Syntax

class UAnimStateAliasNode : public UAnimStateNodeBase

Variables

Name Description

Public variable

bool

 

bGlobalAlias

Public variable

FString

 

StateAliasName

Constructors

Name Description

Public function

UAnimStateAliasNode

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

UAnimStateNo...

 

GetAliasedState()

Returns null if aliasing more than one state.

Public function Static

FName

 

GetAliasedStateNodesPropertyName()

Public function Const

const TSet< ...

 

GetAliasedStates()

Public function

TSet< TWeakO...

 

GetAliasedStates()

Overridden from UAnimStateNodeBase

Name Description

Public function Virtual Const

FString

 

GetDesiredNewNodeName()

Name used as a seed when pasting nodes.

Public function Virtual Const

UEdGraphPin ...

 

GetInputPin()

Public function Virtual Const

UEdGraphPin ...

 

GetOutputPin()

Public function Virtual Const

FString

 

GetStateName()

Overridden from UEdGraphNode

Name Description

Public function Virtual

void

 

AllocateDefaultPins()

Allocate default pins for a given node, based only the NodeType, which should already be filled in.

Public function Virtual

void

 

AutowireNewNode

(
    UEdGraphPin* FromPin
)

Autowire a newly created node.

Public function Virtual Const

bool

 

CanDuplicateNode()

Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph

Public function Virtual Const

UObject *...

 

GetJumpTargetForDoubleClick()

Returns the object that should be focused when double-clicking on this node (the object can be an actor, which selects it in the world, or a node/graph/pin)

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node

Public function Virtual

void

 

OnRenameNode

(
    const FString& NewName
)

Called when this node is being renamed after a successful name validation

Public function Virtual

void

 

PostPasteNode()

Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor

Public function Virtual

void

 

PostPlacedNewNode()

A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called.

Public function Virtual Const

void

 

ValidateNodeDuringCompilation

(
    FCompilerResultsLog& MessageLog
)

Gives each visual node a chance to do final validation before it's node is harvested for use at runtime.

Overridden from UObject

Name Description

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

UObject.