Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/FLevelEditorModule
Add / Remove title bar item
| Name | FTitleBarItem |
| Type | struct |
| Header File | /Engine/Source/Editor/LevelEditor/Public/LevelEditor.h |
| Include Path | #include "LevelEditor.h" |
Syntax
struct FTitleBarItem
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Label | TAttribute< FText > | Label of the title bar item. | LevelEditor.h | |
| Value | TAttribute< FText > | Value of the title bar item. | LevelEditor.h | |
| Visibility | TAttribute< EVisibility > | Visiblility of the title bar item. | LevelEditor.h |