UAnimGraphNode_ComponentToLocalSpace::PostProcessPinName

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

Windows
MacOS
Linux

Override Hierarchy

UAnimGraphNode_Base::PostProcessPinName()

UAnimGraphNode_ComponentToLocalSpace::PostProcessPinName()

References

Module

AnimGraph

Header

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

Include

#include "AnimGraphNode_ComponentToLocalSpace.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ComponentToLocalSpace.cpp

Syntax

virtual void PostProcessPinName
(
    const UEdGraphPin * Pin,
    FString & DisplayName
) const

Remarks

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

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