Navigation
API > API/Plugins > API/Plugins/AvalancheSceneRigEditor
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FAvaSceneRigEditorCommands
References
| Module | AvalancheSceneRigEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheSceneRigEditor/Public/AvaSceneRigEditorCommands.h |
| Include | #include "AvaSceneRigEditorCommands.h" |
Syntax
class FAvaSceneRigEditorCommands : public TCommands< FAvaSceneRigEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddOutlinerItemsToSceneRig | ||
| TSharedPtr< FUICommandInfo > | PromptToSaveSceneRigFromOutlinerItems | ||
| TSharedPtr< FUICommandInfo > | RemoveOutlinerItemsToSceneRig |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAvaSceneRigEditorCommands & | GetExternal () |
||
| const FAvaSceneRigEditorCommands & | GetInternal () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |