ICurveEditorToolExtension::SetToolID

Allows the tool to add menu items to the toolbar in the Curve Editor.

Choose your operating system:

Windows

macOS

Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h

Include

#include "ICurveEditorToolExtension.h"

Syntax

virtual void SetToolID
(
    const FCurveEditorToolID InToolID
)

Remarks

Allows the tool to add menu items to the toolbar in the Curve Editor.

Parameters

Parameter

Description

ToolbarBuilder

The existing toolbar builder to add new columns to or to hook into existing sections for.