UAnimGraphNode_LocalToComponentSpace

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalToComponentSpace.h

Include

#include "AnimGraphNode_LocalToComponentSpace.h"

Syntax

class UAnimGraphNode_LocalToComponentSpace : public UAnimGraphNode_Base

Variables

Name Description

Public variable

FAnimNode_Conve...

 

Node

Constructors

Name Description

Public function

UAnimGraphNode_LocalToComponentSpace

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UAnimGraphNode_Base

Name Description

Public function Virtual

void

 

CreateOutputPins()

Create any output pins necessary for this node.

Public function Virtual Const

FString

 

GetNodeCategory()

Gets the menu category this node belongs in.

Public function Virtual Const

void

 

PostProcessPinName

(
    const UEdGraphPin* Pin,
    FString& DisplayName
)

Give the node a chance to change the display name of a pin.

Overridden from UEdGraphNode

Name Description

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FLinearColor

 

GetNodeTitleColor()

Gets the draw color of a node's title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss