Navigation
API > API/Editor > API/Editor/CurveEditor
| Name | ICurveEditorExtension |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorExtension.h |
| Include Path | #include "ICurveEditorExtension.h" |
Syntax
class ICurveEditorExtension
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICurveEditorExtension() |
ICurveEditorExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindCommands
(
TSharedRef< FUICommandList > CommandBindings |
Allows the editors to bind commands. | ICurveEditorExtension.h | |
virtual TSharedPtr< FExtender > MakeToolbarExtender
(
const TSharedRef< FUICommandList >& InCommandList |
Allows the editors to extend the toolbar. | ICurveEditorExtension.h |