ICurveEditorExtension::BindCommands

Allows the editors to bind commands.

Choose your operating system:

Windows

macOS

Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorExtension.h"

Syntax

void BindCommands
(
    TSharedRef< FUICommandList > CommandBindings
)

Remarks

Allows the editors to bind commands.

Parameters

Parameter

Description

CommandBindings

The existing command bindings to map to.