Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FGenericCommands |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h |
| Include Path | #include "Framework/Commands/GenericCommands.h" |
Syntax
class FGenericCommands : public TCommands< FGenericCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FGenericCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericCommands() |
Framework/Commands/GenericCommands.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGenericCommands() |
Framework/Commands/GenericCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Copy | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Cut | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Delete | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Duplicate | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Paste | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Redo | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Rename | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| SelectAll | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.h | ||
| Undo | TSharedPtr< FUICommandInfo > | Framework/Commands/GenericCommands.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/Commands/GenericCommands.h |