Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< FWorkflowTabFactory > CreateCurveViewerTabFactory
(
const TSharedRef< class FWorkflowCentricApplication >& InHostingApp, |
Create a skeleton curve viewer tab factory | PersonaModule.h | |
virtual TSharedRef< FWorkflowTabFactory > CreateCurveViewerTabFactory
(
const TSharedRef< class FWorkflowCentricApplication >& InHostingApp, |
PersonaModule.h |
CreateCurveViewerTabFactory(const TSharedRef< class FWorkflowCentricApplication > &, const TSharedPtr< class IEditableSkeleton > &, const TSharedRef< class IPersonaPreviewScene > &, FOnObjectsSelected)
Description
Create a skeleton curve viewer tab factory
| Name | CreateCurveViewerTabFactory |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
virtual TSharedRef< FWorkflowTabFactory > CreateCurveViewerTabFactory
(
const TSharedRef< class FWorkflowCentricApplication > & InHostingApp,
const TSharedPtr< class IEditableSkeleton > & InEditableSkeleton,
const TSharedRef< class IPersonaPreviewScene > & InPreviewScene,
FOnObjectsSelected InOnObjectsSelected
) const
CreateCurveViewerTabFactory(const TSharedRef< class FWorkflowCentricApplication > &, const TSharedPtr< class IEditableSkeleton > &, const TSharedRef< class IPersonaPreviewScene > &, FSimpleMulticastDelegate &, FOnObjectsSelected)
| Name | CreateCurveViewerTabFactory |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
virtual TSharedRef< FWorkflowTabFactory > CreateCurveViewerTabFactory
(
const TSharedRef< class FWorkflowCentricApplication > & InHostingApp,
const TSharedPtr< class IEditableSkeleton > & InEditableSkeleton,
const TSharedRef< class IPersonaPreviewScene > & InPreviewScene,
FSimpleMulticastDelegate & InOnPostUndo,
FOnObjectsSelected InOnObjectsSelected
) const