Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include | #include "EdGraph/EdGraphNodeUtils.h" |
Syntax
struct FNodeTextCache
Remarks
Constructing FText strings every frame can be costly, so this struct provides a way to easily cache those strings (node title, tooptip, etc.) for reuse.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
||
| FText & | |||
| bool | IsOutOfDate
(
const UEdGraphNode* InOwningNode |
Checks if the title is out of date | |
| bool | IsOutOfDate
(
const UEdGraphSchema* InSchema |
Checks if the title is out of date | |
| void | MarkDirty () |
||
| void | SetCachedText
(
FText const& InText, |
Checks if the title is out of date | |
| void | SetCachedText
(
FText const& InText, |
Checks if the title is out of date |
Operators
| Type | Name | Description | |
|---|---|---|---|