| FPersonaAssetEditorToolkit | ||
| IHasPersonaToolkit | ||
| FGCObject | ||
| FEditorUndoClient | ||
| FTickableEditorObject
|
Module |
|
Header |
/Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorToolkit.h |
Include |
#include "MLDeformerEditorToolkit.h" |
class FMLDeformerEditorToolkit :
public FPersonaAssetEditorToolkit,
public IHasPersonaToolkit,
public FGCObject,
public FEditorUndoClient,
public FTickableEditorObject
The ML Deformer asset editor toolkit. This is the editor that opens when you double click an ML Deformer asset.
Name | Description | ||
---|---|---|---|
|
double |
CalcTimelinePosition() |
|
|
FMLDeformerE... |
GetActiveModel() |
|
|
const FMLDef... |
GetActiveModel() |
|
|
GetActiveModelPointer() |
||
|
FMLDeformerA... |
GetApplicationMode() |
|
|
UMLDeformerA... |
GetDeformerAsset() |
|
|
IDetailsView... |
GetModelDetailsView() |
|
|
IPersonaTool... |
GetPersonaToolkitPointer() |
|
|
SMLDeformerT... |
GetTimeSlider() |
|
|
TSharedPtr< ... |
GetViewport() |
|
|
IDetailsView... |
GetVizSettingsDetailsView() |
|
|
void |
InitAssetEditor ( |
Initialize the asset editor. This will register the application mode, init the preview scene, etc. |
|
void |
OnTimeSliderScrubPositionChanged ( |
|
|
void |
SetTimeSlider ( |
|
|
void |
SetTimeSliderRange ( |
|
|
void |
SetVizSettingsDetailsView ( |
|
|
void |
UpdateTimeSliderRange() |
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. |
|
|
void |
RegisterTabSpawners ( |
IToolkit interface |
|
void |
UnregisterTabSpawners ( |
Unregister tabs that this toolkit can spawn |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
GetPersonaToolkit() |
Get the toolkit held by this object |
Name | Description | ||
---|---|---|---|
|
void |
AddReferencedObjects ( |
Pure virtual that must be overloaded by the inheriting class. |
|
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 ( |
Pure virtual that must be overloaded by the inheriting class. |