Navigation
API > API/Editor > API/Editor/DataTableEditor > API/Editor/DataTableEditor/FDataTableEditorModule
References
| Module | DataTableEditor |
| Header | /Engine/Source/Editor/DataTableEditor/Public/DataTableEditorModule.h |
| Include | #include "DataTableEditorModule.h" |
| Source | /Engine/Source/Editor/DataTableEditor/Private/DataTableEditorModule.cpp |
virtual TSharedRef< IDataTableEditor > CreateDataTableEditor
&40;
const EToolkitMode::Type Mode,
const TSharedPtr< class IToolkitHost > & InitToolkitHost,
UDataTable &42; Table
&41;
Remarks
Creates an instance of table editor object. Only virtual so that it can be called across the DLL boundary. Interface to the new table editor
Parameters
| Name | Description |
|---|---|
| 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 |