Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UK2Node_AnimGetter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateCachedTitle () |
Recache the title, used if the source node or source state changes | K2Node_AnimGetter.h | |
static void UpdateCachedTitle
(
FNodeSpawnData& SpawnData |
Sets CachedTitle for a new node to be created | K2Node_AnimGetter.h |
UpdateCachedTitle()
Description
Recache the title, used if the source node or source state changes
| Name | UpdateCachedTitle |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/K2Node_AnimGetter.h |
| Include Path | #include "K2Node_AnimGetter.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp |
void UpdateCachedTitle()
UpdateCachedTitle(FNodeSpawnData &)
Description
Sets CachedTitle for a new node to be created
| Name | UpdateCachedTitle |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/K2Node_AnimGetter.h |
| Include Path | #include "K2Node_AnimGetter.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp |
static void UpdateCachedTitle
(
FNodeSpawnData & SpawnData
)