Navigation
API > API/Editor > API/Editor/SkeletonEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- ISkeletonEditorModule
References
| Module | SkeletonEditor |
| Header | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonEditorModule.h |
| Include | #include "ISkeletonEditorModule.h" |
Syntax
class ISkeletonEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateBlendProfilePicker
(
USkeleton* InSkeleton, |
Creates a new blend profile picker instance | |
| TSharedRef< IEditableSkeleton > | CreateEditableSkeleton
(
USkeleton* InSkeleton |
Creates a new editable skeleton instance | |
| TSharedRef< ISkeletonEditor > | CreateSkeletonEditor
(
const EToolkitMode::Type Mode, |
Creates a new skeleton editor instance | |
| TSharedRef< ISkeletonTree > | CreateSkeletonTree
(
USkeleton* InSkeleton, |
Creates a new skeleton tree instance | |
| TSharedRef< ISkeletonTree > | CreateSkeletonTree
(
const TSharedRef< IEditableSkeleton >& InEditableSkeleton, |
Creates a new skeleton tree instance | |
| TSharedRef< class FWorkflowTabFactory > | CreateSkeletonTreeTabFactory
(
const TSharedRef< class FWorkflowCentricApplication >& InHostingApp, |
Creates a new skeleton tree instance & registers a tab factory with the supplied tab factories | |
| TArray< FSkeletonEditorToolbarExtender > & |
Typedefs
| Name | Description |
|---|---|
| FSkeletonEditorToolbarExtender | Get all toolbar extenders |