Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FTabCommands
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h |
| Include | #include "Framework/Docking/TabCommands.h" |
Syntax
class FTabCommands : public TCommands< FTabCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | CloseMajorTab | ||
| TSharedPtr< FUICommandInfo > | CloseMinorTab |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTabCommands () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |