Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- FPersonaAssetEditorToolkit
- IHasPersonaToolkit
- FGCObject
- FSelfRegisteringEditorUndoClient
- FTickableEditorObject
- FIKRetargetEditor
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetEditor.h |
| Include | #include "RetargetEditor/IKRetargetEditor.h" |
Syntax
class FIKRetargetEditor :
public FPersonaAssetEditorToolkit,
public IHasPersonaToolkit,
public FGCObject,
public FSelfRegisteringEditorUndoClient,
public FTickableEditorObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FIKRetargetEditorController > | END FSelfRegisteringEditorUndoClient interface | ||
| void | InitAssetEditor
(
const EToolkitMode::Type Mode, |
||
| void |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | OnClose () |
FAssetEditorToolkit interface |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| FName | Returns the invariant name of this toolkit type | ||
| FText | Returns the localized name of this toolkit | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. | ||
| void | RegisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
IToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
Unregister tabs that this toolkit can spawn |
Overridden from IHasPersonaToolkit
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPersonaToolkit > | IHasPersonaToolkit interface |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
END FAssetEditorToolkit interface FGCObject interface | |
| FString | Overload this method to report a name for your referencer |
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 |