UK2Node_AnimGetter::GenerateTitle

Generates a title for the node based on its function and the context it is in

Unreal Engine C++ API Reference > Editor > AnimGraph > UK2Node_AnimGetter

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/K2Node_AnimGetter.h
Include #include "K2Node_AnimGetter.h"
Source /Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp
static [FText](API\Runtime\Core\Internationalization\FText) GenerateTitle
(
    [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Getter,
    [UAnimStateNodeBase](API\Editor\AnimGraph\UAnimStateNodeBase) * SourceStateNode,
    [UAnimGraphNode_Base](API\Editor\AnimGraph\UAnimGraphNode_Base) * SourceNode
)

Remarks

Generates a title for the node based on its function and the context it is in


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library