FPersonaToolkitArgs

Initialization parameters for persona toolkits

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/PersonaModule.h

Include

#include "PersonaModule.h"

Syntax

struct FPersonaToolkitArgs

Remarks

Initialization parameters for persona toolkits

Variables

Name Description

Public variable

bool

 

bCreatePreviewScene

Whether to create a preview scene

Public variable

bool

 

bPreviewMeshCanUseDifferentSkeleton

Set to true if the preview mesh can be associated with a skeleton different from the one being inspected by Persona.

Public variable

FOnPreviewScene...

 

OnPreviewSceneCreated

Delegate called when the preview scene is created, used to setup the scene If this is not set, then a default scene will be set up.

Public variable

FOnPreviewScene...

 

OnPreviewSceneSettingsCustomized

Delegate called when the preview scene settings are being customized, supplies the IDetailLayoutBuilder for the user to customize the layout however they wish.

Constructors

Name Description

Public function

FPersonaToolkitArgs()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel