Navigation
API > API/Editor > API/Editor/MainFrame
Data needed to display a Developer tools in the status bar.
| Name | FMainFrameDeveloperTool |
| Type | struct |
| Header File | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include Path | #include "Interfaces/IMainFrameModule.h" |
Syntax
struct FMainFrameDeveloperTool
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Label | TAttribute< FText > | Label of the developer tool. | Interfaces/IMainFrameModule.h | |
| Value | TAttribute< FText > | Value of the developer tool. | Interfaces/IMainFrameModule.h | |
| Visibility | TAttribute< EVisibility > | Visiblility of the developer tool. | Interfaces/IMainFrameModule.h |