Navigation
API > API/Plugins > API/Plugins/ActorPalette
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FActorPaletteCommands
References
| Module | ActorPalette |
| Header | /Engine/Plugins/Experimental/ActorPalette/Source/ActorPalette/Public/ActorPaletteCommands.h |
| Include | #include "ActorPaletteCommands.h" |
Syntax
class FActorPaletteCommands : public TCommands< FActorPaletteCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ResetCameraView | ||
| TSharedPtr< FUICommandInfo > | ToggleGameView |
Constructors
| 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. |