Navigation
Unreal Engine C++ API Reference > Editor > CurveTableEditor > FCurveTableEditorModule
References
Module | CurveTableEditor |
Header | /Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h |
Include | #include "CurveTableEditorModule.h" |
Source | /Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp |
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ICurveTableEditor](API\Editor\CurveTableEditor\ICurveTableEditor) > CreateCurveTableEditor ( const [EToolkitMode::Type](API\Editor\EditorFramework\Toolkits\EToolkitMode__Type) Mode, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [IToolkitHost](API\Editor\EditorFramework\Toolkits\IToolkitHost) > & InitToolkitHost, [UCurveTable](API\Runtime\Engine\Engine\UCurveTable) * Table )
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 |