Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Commands
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FCameraRigAssetEditorCommands
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Commands/CameraRigAssetEditorCommands.h |
| Include | #include "Commands/CameraRigAssetEditorCommands.h" |
Syntax
class FCameraRigAssetEditorCommands : public TCommands< FCameraRigAssetEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | Build | ||
| TSharedPtr< FUICommandInfo > | FindInCameraRig | ||
| TSharedPtr< FUICommandInfo > | FocusHome | ||
| TSharedPtr< FUICommandInfo > | ShowMessages | ||
| TSharedPtr< FUICommandInfo > | ShowNodeHierarchy | ||
| TSharedPtr< FUICommandInfo > | ShowTransitions |
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. |