FCurveAssetEditorModule::CreateCurveAssetEditor

Creates an instance of table editor object.

Windows
MacOS
Linux

References

Module

CurveAssetEditor

Header

/Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h

Include

#include "CurveAssetEditorModule.h"

Source

/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp

Syntax

virtual TSharedRef< ICurveAssetEditor > CreateCurveAssetEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHost > & InitToolkitHost,
    UCurveBase * CurveToEdit
)

Remarks

Creates an instance of table editor object. Only virtual so that it can be called across the DLL boundary.

Returns

Interface to the new curve asset editor

Parameters

Parameter

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

CurveToEdit

The Curve to start editing

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss