Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Settings for AddCommonToolbarExtensions
| Name | FCommonToolMenuExtensionArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
Syntax
struct FCommonToolMenuExtensionArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommonToolMenuExtensionArgs() |
PersonaModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateAsset | bool | Adds a combo menu to allow other anim assets to be created | PersonaModule.h | |
| bPreviewAnimation | bool | Adds a shortcut to setup a preview animation to override the current display | PersonaModule.h | |
| bPreviewMesh | bool | Adds a shortcut to setup a preview mesh to override the current display | PersonaModule.h | |
| bReferencePose | bool | Adds a shortcut to set the character back to reference pose (also clears all bone modifications) | PersonaModule.h |