Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FNodeTitleTextTable |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
Syntax
struct FNodeTitleTextTable
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedNodeTitles | FNodeTextCache | EdGraph/EdGraphNodeUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText & GetCachedTitle
(
ENodeTitleType::Type TitleType |
EdGraph/EdGraphNodeUtils.h | ||
bool IsTitleCached
(
ENodeTitleType::Type InTitleType, |
Checks if the title of the passed type is cached | EdGraph/EdGraphNodeUtils.h | |
void MarkDirty() |
EdGraph/EdGraphNodeUtils.h | ||
void SetCachedTitle
(
ENodeTitleType::Type InTitleType, |
Caches the specific title type | EdGraph/EdGraphNodeUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText & operator[]
(
ENodeTitleType::Type TitleIndex |
EdGraph/EdGraphNodeUtils.h |