Navigation
API > API/Runtime > API/Runtime/Slate
| |
|
| Name |
FTabCommands |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h |
| Include Path |
#include "Framework/Docking/TabCommands.h" |
Syntax
class FTabCommands : public TCommands< FTabCommands >
Inheritance Hierarchy
Constructors
Destructors
Variables
Public
Functions
Public
Overridden from TCommands
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void RegisterCommands()
|
Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |
Framework/Docking/TabCommands.h |
|