Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
Inheritance Hierarchy
- FNodeTitleTextTable
- FNodeTextTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include | #include "EdGraph/EdGraphNodeUtils.h" |
Syntax
struct FNodeTitleTextTable
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText & | GetCachedTitle
(
ENodeTitleType::Type TitleType |
||
| bool | IsTitleCached
(
ENodeTitleType::Type InTitleType, |
Checks if the title of the passed type is cached | |
| void | MarkDirty () |
||
| void | SetCachedTitle
(
ENodeTitleType::Type InTitleType, |
Caches the specific title type |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FText & | operator[]
(
ENodeTitleType::Type TitleIndex |