Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RigEditor
Inheritance Hierarchy
- FPersonaAssetEditorToolkit
- IHasPersonaToolkit
- FSelfRegisteringEditorUndoClient
- FTickableEditorObject
- FIKRigEditorToolkit
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigToolkit.h |
| Include | #include "RigEditor/IKRigToolkit.h" |
Syntax
class FIKRigEditorToolkit :
public FPersonaAssetEditorToolkit ,
public IHasPersonaToolkit ,
public FSelfRegisteringEditorUndoClient ,
public FTickableEditorObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| TSharedRef< FIKRigEditorController > | END FSelfRegisteringEditorUndoClient interface | ||
| TStatId | GetStatId () |
||
| ETickableTickType | |||
| FName | |||
| FText | |||
| FLinearColor | |||
| FString | |||
| void | HandleDetailsCreated
(
const TSharedRef< class IDetailsView >& InDetailsView |
||
| void | HandleOnPreviewSceneSettingsCustomized
(
IDetailLayoutBuilder& DetailBuilder |
||
| void | HandlePreviewSceneCreated
(
const TSharedRef< IPersonaPreviewScene >& InPersonaPreviewScene |
Tab creation callbacks | |
| void | HandleViewportCreated
(
const TSharedRef< class IPersonaViewport >& InViewport |
||
| void | InitAssetEditor
(
const EToolkitMode::Type Mode, |
||
| void | OnClose () |
FAssetEditorToolkit interface | |
| void | RegisterTabSpawners
(
const TSharedRef< FTabManager >& InTabManager |
||
| void | Tick
(
float DeltaTime |
END FAssetEditorToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< FTabManager >& InTabManager |
Overridden from IHasPersonaToolkit
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPersonaToolkit > | IHasPersonaToolkit interface |
Overridden from FEditorUndoClient
| Type | Name | Description | |
|---|---|---|---|
| void | PostRedo
(
bool bSuccess |
Signal that client should run any PostRedo code | |
| void | PostUndo
(
bool bSuccess |
END IHasPersonaToolkit interface FSelfRegisteringEditorUndoClient interface |