FNodeTitleTextTable

Windows
MacOS
Linux

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

Name Description

Public function Const

FText &

 

GetCachedTitle

(
    ENodeTitleType::Type TitleType
)

Public function Const

bool

 

IsTitleCached

(
    ENodeTitleType::Type InTitleType,
    const UEdGraphNode* InOwningNo...
)

Checks if the title of the passed type is cached

Public function Const

void

 

MarkDirty()

Public function Const

void

 

SetCachedTitle

(
    ENodeTitleType::Type InTitleType,
    FText const& InText,
    const UEdGraphNode* InOwningNo...
)

Caches the specific title type

Operators

Name Description

Public function Const

FText &

 

operator[]

(
    ENodeTitleType::Type TitleIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss