Navigation
API > API/Editor > API/Editor/CurveAssetEditor > API/Editor/CurveAssetEditor/FCurveAssetEditorModule
Description
Creates an instance of table editor object. Only virtual so that it can be called across the DLL boundary.
| Name | CreateCurveAssetEditor |
| Type | function |
| Header File | /Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h |
| Include Path | #include "CurveAssetEditorModule.h" |
| Source | /Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp |
virtual TSharedRef< ICurveAssetEditor > CreateCurveAssetEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< class IToolkitHost > & InitToolkitHost,
UCurveBase * CurveToEdit
)
Interface to the new curve asset editor
Parameters
| Name | Remarks |
|---|---|
| Mode | Mode that this editor should operate in |
| InitToolkitHost | When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
| CurveToEdit | The Curve to start editing |