Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- FWorkflowCentricApplication
- FPersonaAssetEditorToolkit
- FIKRetargetEditor
- FIKRigEditorToolkit
- FMLDeformerEditorToolkit
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/PersonaAssetEditorToolkit.h |
| Include | #include "PersonaAssetEditorToolkit.h" |
Syntax
class FPersonaAssetEditorToolkit : public FWorkflowCentricApplication
Remarks
Persona asset editor toolkit wrapper, used to auto inject the persona editor mode manager
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IToolkit > | HostedToolkit | The toolkit we're currently hosting. | |
| FOnAttachToolkit | OnAttachToolkit | ||
| FOnDetachToolkit | OnDetachToolkit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FAssetEditorToolkit interface | ||
| TSharedPtr< IToolkit > | Returns the currently hosted toolkit. Can be invalid if no toolkit is being hosted. | ||
| FOnAttachToolkit & | |||
| FOnDetachToolkit & | |||
| void | OnEditorModeIdChanged
(
const FEditorModeID& ModeChangedID, |
||
| void | OnToolkitHostingFinished
(
const TSharedRef< class IToolkit >& Toolkit |
||
| void | OnToolkitHostingStarted
(
const TSharedRef< class IToolkit >& Toolkit |