Navigation
API > API/Editor > API/Editor/CurveTableEditor > API/Editor/CurveTableEditor/FCurveTableEditorModule
Description
Creates an instance of table editor object. Only virtual so that it can be called across the DLL boundary.
| Name | CreateCurveTableEditor |
| Type | function |
| Header File | /Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h |
| Include Path | #include "CurveTableEditorModule.h" |
| Source | /Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp |
virtual TSharedRef< ICurveTableEditor > CreateCurveTableEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< class IToolkitHost > & InitToolkitHost,
UCurveTable * Table
)
Interface to the new table 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 |
| Table | The table to start editing |