Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< FWorkflowTabFactory > CreateMorphTargetTabFactory
(
const TSharedRef< class FWorkflowCentricApplication >& InHostingApp, |
Create a tab factory for for previewing morph targets | PersonaModule.h | |
virtual TSharedRef< FWorkflowTabFactory > CreateMorphTargetTabFactory
(
const TSharedRef< class FWorkflowCentricApplication >& InHostingApp, |
Create a tab factory for for previewing morph targets | PersonaModule.h |
CreateMorphTargetTabFactory(const TSharedRef< class FWorkflowCentricApplication > &, TSharedRef< IMorphTargetViewer >)
Description
Create a tab factory for for previewing morph targets
| Name | CreateMorphTargetTabFactory |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
| Source | /Engine/Source/Editor/Persona/Private/PersonaModule.cpp |
virtual TSharedRef< FWorkflowTabFactory > CreateMorphTargetTabFactory
(
const TSharedRef< class FWorkflowCentricApplication > & InHostingApp,
TSharedRef< IMorphTargetViewer > InViewerWidget
) const
CreateMorphTargetTabFactory(const TSharedRef< class FWorkflowCentricApplication > &, const TSharedRef< IPersonaPreviewScene > &, FSimpleMulticastDelegate &)
Description
Create a tab factory for for previewing morph targets
| Name | CreateMorphTargetTabFactory |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
| Source | /Engine/Source/Editor/Persona/Private/PersonaModule.cpp |
virtual TSharedRef< FWorkflowTabFactory > CreateMorphTargetTabFactory
(
const TSharedRef< class FWorkflowCentricApplication > & InHostingApp,
const TSharedRef< IPersonaPreviewScene > & InPreviewScene,
FSimpleMulticastDelegate & OnPostUndo
) const