Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > ICurveEditorToolExtension
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h |
Include | #include "ICurveEditorToolExtension.h" |
virtual void SetToolID ( const [FCurveEditorToolID](API\Editor\CurveEditor\FCurveEditorToolID) InToolID )
Remarks
Allows the tool to add menu items to the toolbar in the Curve Editor.
Parameters
Name | Description |
---|---|
ToolbarBuilder | The existing toolbar builder to add new columns to or to hook into existing sections for. |