Navigation
API > API/Editor > API/Editor/Persona
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include | #include "PersonaModule.h" |
Syntax
struct FAnimDocumentArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< class IEditableSkeleton > | EditableSkeleton | ||
| FOnInvokeTab | OnDespatchInvokeTab | ||
| FOnObjectsSelected | OnDespatchObjectsSelected | Optional args | |
| FSimpleDelegate | OnDespatchSectionsChanged | ||
| FSimpleMulticastDelegate & | OnSectionsChanged | ||
| TWeakPtr< class IPersonaToolkit > | PersonaToolkit | ||
| TWeakPtr< class IPersonaPreviewScene > | PreviewScene | Required args |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimDocumentArgs
(
const TSharedRef< class IPersonaPreviewScene >& InPreviewScene, |