Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerTestHelpers.h |
| Include | #include "MLDeformerTestHelpers.h" |
Syntax
class FMLDeformerScopedEditor
Remarks
A scoped ML Deformer editor, which auto closes the window on destruction.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMLDeformerScopedEditor
(
const FMLDeformerScopedEditor& |
|||
FMLDeformerScopedEditor
(
FMLDeformerEditorToolkit* InEditor |
|||
FMLDeformerScopedEditor
(
UMLDeformerAsset* Asset |
|||
FMLDeformerScopedEditor
(
const FString& AssetName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMLDeformerEditorToolkit * | Get () |
||
| bool | IsValid () |
||
| void | SetCloseEditor
(
bool bCloseOnDestroy |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMLDeformerEditorToolkit * | operator=
(
const FMLDeformerScopedEditor& |
||
| FMLDeformerEditorToolkit * | operator=
(
const FMLDeformerScopedEditor&& |
||
| FMLDeformerEditorToolkit * | operator-> () |