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
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FTabCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTabCommands() |
Framework/Docking/TabCommands.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTabCommands() |
Framework/Docking/TabCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CloseFocusedTab | TSharedPtr< FUICommandInfo > | Framework/Docking/TabCommands.h | ||
| CloseMajorTab | TSharedPtr< FUICommandInfo > | Framework/Docking/TabCommands.h | ||
| CloseMinorTab | TSharedPtr< FUICommandInfo > | Framework/Docking/TabCommands.h |
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 |