Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Commands
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FCameraAssetEditorCommands
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Commands/CameraAssetEditorCommands.h |
| Include | #include "Commands/CameraAssetEditorCommands.h" |
Syntax
class FCameraAssetEditorCommands : public TCommands< FCameraAssetEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddCameraRig | ||
| TSharedPtr< FUICommandInfo > | Build | ||
| TSharedPtr< FUICommandInfo > | DeleteCameraRig | ||
| TSharedPtr< FUICommandInfo > | EditCameraRig | ||
| TSharedPtr< FUICommandInfo > | FindInCamera | ||
| TSharedPtr< FUICommandInfo > | RenameCameraRig | ||
| TSharedPtr< FUICommandInfo > | ShowCameraDirector | ||
| TSharedPtr< FUICommandInfo > | ShowCameraRigs | ||
| TSharedPtr< FUICommandInfo > | ShowMessages | ||
| TSharedPtr< FUICommandInfo > | ShowSharedTransitions |
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. |