Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNodeTextCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCachedText
(
FText const& InText, |
Checks if the title is out of date | EdGraph/EdGraphNodeUtils.h | |
void SetCachedText
(
FText const& InText, |
Checks if the title is out of date | EdGraph/EdGraphNodeUtils.h |
SetCachedText(FText const &, const UEdGraphNode *)
Description
Checks if the title is out of date
| Name | SetCachedText |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
void SetCachedText
(
FText const & InText,
const UEdGraphNode * InOwningNode
) const
Parameters
| Name | Remarks |
|---|---|
| InText | Text to cache |
| InOwningNode | Node that owns this title |
SetCachedText(FText const &, const UEdGraphSchema *)
Description
Checks if the title is out of date
| Name | SetCachedText |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
void SetCachedText
(
FText const & InText,
const UEdGraphSchema * InSchema
) const
Parameters
| Name | Remarks |
|---|---|
| InText | Text to cache |
| InSchema | Schema to use for checking if externally made out of date |