Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigToolkit.h |
Include |
#include "RigEditor/IKRigToolkit.h" |
class FIKRigEditorToolkit :
public FPersonaAssetEditorToolkit,
public IHasPersonaToolkit,
public FGCObject,
public FSelfRegisteringEditorUndoClient,
public FTickableEditorObject
Name | Description | |
---|---|---|
|
FIKRigEditorToolkit() |
Name | Description | |
---|---|---|
|
~FIKRigEditorToolkit() |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
GetController() |
END FSelfRegisteringEditorUndoClient interface |
|
InitAssetEditor ( |
Name | Description | ||
---|---|---|---|
|
GetBaseToolkitName() |
Returns the localized name of this toolkit type (typically just " |
|
|
GetToolkitFName() |
Returns the invariant name of this toolkit type |
|
|
GetToolkitName() |
Returns the localized name of this toolkit |
|
|
GetWorldCentricTabColorScale() |
||
|
GetWorldCentricTabPrefix() |
Returns the localize prefix string to use for tab labels in world-centric mode. |
|
|
RegisterTabSpawners ( |
FAssetEditorToolkit interface |
|
|
UnregisterTabSpawners ( |
Unregister tabs that this toolkit can spawn |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
GetPersonaToolkit() |
IHasPersonaToolkit interface |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
END FAssetEditorToolkit interface FGCObject interface |
|
|
GetReferencerName() |
Use this method to report a name for your referencer. |
Name | Description | ||
---|---|---|---|
|
PostRedo ( |
Signal that client should run any PostRedo code |
|
|
PostUndo ( |
END IHasPersonaToolkit interface FSelfRegisteringEditorUndoClient interface |
Name | Description | ||
---|---|---|---|
|
GetStatId() |
Return the stat id to use for this tickable |
|
|
ETickableTic... |
GetTickableTickType() |
Virtual that can be overloaded by the inheriting class. |
|
Tick ( |
END FGCObject interface |