UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ENodeTitleType Namespace Reference

Enumerations

enum  Type : int {
  FullTitle , ListView , EditableTitle , MenuTitle ,
  MAX_TitleTypes
}
 

Detailed Description

Enum to indicate what sort of title we want.

Enumeration Type Documentation

◆ Type

Enumerator
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