Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FGenericCommands
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h |
| Include | #include "Framework/Commands/GenericCommands.h" |
Syntax
class FGenericCommands : public TCommands< FGenericCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | Copy | ||
| TSharedPtr< FUICommandInfo > | Cut | ||
| TSharedPtr< FUICommandInfo > | Delete | ||
| TSharedPtr< FUICommandInfo > | Duplicate | ||
| TSharedPtr< FUICommandInfo > | Paste | ||
| TSharedPtr< FUICommandInfo > | Redo | ||
| TSharedPtr< FUICommandInfo > | Rename | ||
| TSharedPtr< FUICommandInfo > | SelectAll | ||
| TSharedPtr< FUICommandInfo > | Undo |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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. |