| FPersonaAssetEditorToolkit | ||
| IHasPersonaToolkit | ||
| FGCObject | ||
| FSelfRegisteringEditorUndoClient | ||
| FTickableEditorObject
|
Module |
|
Header |
/Engine/Plugins/Experimental/Animation/PoseCorrectives/Source/PoseCorrectivesEditor/Public/PoseCorrectivesEditorToolkit.h |
Include |
#include "PoseCorrectivesEditorToolkit.h" |
class FPoseCorrectivesEditorToolkit :
public FPersonaAssetEditorToolkit,
public IHasPersonaToolkit,
public FGCObject,
public FSelfRegisteringEditorUndoClient,
public FTickableEditorObject
Name | Description | |
---|---|---|
|
FPoseCorrectivesEditorToolkit() |
Name | Description | |
---|---|---|
|
~FPoseCorrectivesEditorToolkit() |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
GetController() |
|
|
void |
HandleAnimationSequenceBrowserCreated ( |
|
|
void |
HandleAssetDoubleClicked ( |
|
|
void |
InitAssetEditor ( |
Name | Description | ||
---|---|---|---|
|
GetBaseToolkitName() |
Returns the localized name of this toolkit type (typically just " |
|
|
GetToolkitFName() |
Returns the invariant name of this toolkit type |
|
|
GetWorldCentricTabColorScale() |
||
|
GetWorldCentricTabPrefix() |
Returns the localize prefix string to use for tab labels in world-centric mode. |
|
|
void |
RegisterTabSpawners ( |
FAssetEditorToolkit interface |
|
void |
UnregisterTabSpawners ( |
Unregister tabs that this toolkit can spawn |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
GetPersonaToolkit() |
END FAssetEditorToolkit interface IHasPersonaToolkit interface |
Name | Description | ||
---|---|---|---|
|
void |
AddReferencedObjects ( |
END IHasPersonaToolkit interface FGCObject interface |
|
GetReferencerName() |
Overload this method to report a name for your referencer |
Name | Description | ||
---|---|---|---|
|
GetStatId() |
Return the stat id to use for this tickable |
|
|
ETickableTic... |
GetTickableTickType() |
Virtual that can be overloaded by the inheriting class. |
|
void |
Tick ( |
END FGCObject interface |