ENodeTitleType::Type

Enum to indicate what sort of title we want.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Syntax

namespace ENodeTitleType
{
    enum Type
    {
        FullTitle,
        ListView,
        EditableTitle,
        MenuTitle,
        MAX_TitleTypes,
    }
}

Values

Name

Description

FullTitle

The full title, may be multiple lines.

ListView

More concise, single line title.

EditableTitle

Returns the editable title (which might not be a title at all).

MenuTitle

Menu Title for context menus to be displayed in context menus referencing the node.

MAX_TitleTypes

Remarks

Enum to indicate what sort of title we want.

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