Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FPersonaCommonCommands
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/PersonaCommonCommands.h |
| Include | #include "PersonaCommonCommands.h" |
Syntax
class FPersonaCommonCommands : public TCommands< FPersonaCommonCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | TogglePlay | Toggle playback. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPersonaCommonCommands & | Get () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |