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