Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
Include |
#include "EdGraph/EdGraphNodeUtils.h" |
struct FNodeTextCache
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.
Name | Description | |
---|---|---|
|
FNodeTextCache() |
Name | Description | ||
---|---|---|---|
|
Clear() |
||
|
FText & |
GetCachedText() |
|
|
IsOutOfDate ( |
Checks if the title is out of date |
|
|
IsOutOfDate ( |
Checks if the title is out of date |
|
|
MarkDirty() |
||
|
SetCachedText ( |
Checks if the title is out of date |
|
|
SetCachedText ( |
Checks if the title is out of date |
Name | Description | ||
---|---|---|---|
|
operator FText &() |