Navigation
Unreal Engine C++ API Reference > 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< FTe... | Label | Label of the developer tool. |
TAttribute< FTe... | Value | Value of the developer tool. |
TAttribute< EVi... | Visibility | Visiblility of the developer tool. |