Navigation
API > API/Plugins > API/Plugins/ChooserEditor
| Name | FChooserTableEditorCommands |
| Type | class |
| Header File | /Engine/Plugins/Chooser/Source/ChooserEditor/Public/ChooserTableEditorCommands.h |
| Include Path | #include "ChooserTableEditorCommands.h" |
Syntax
class FChooserTableEditorCommands : public TCommands< FChooserTableEditorCommands >
Inheritance Hierarchy
- TCommands< FChooserTableEditorCommands > → FChooserTableEditorCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChooserTableEditorCommands() |
Constructor | ChooserTableEditorCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoPopulateAll | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| AutoPopulateSelection | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| Disable | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| EditChooserSettings | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| MoveDown | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| MoveLeft | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| MoveRight | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| MoveUp | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h | ||
| RemoveDisabledData | TSharedPtr< FUICommandInfo > | ChooserTableEditorCommands.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | ChooserTableEditorCommands.h |