ICurveEditorExtension::BindCommands

Allows the editors to bind commands.

Unreal Engine C++ API Reference > Editor > CurveEditor > ICurveEditorExtension

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/ICurveEditorExtension.h
Include #include "ICurveEditorExtension.h"
void BindCommands
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FUICommandList](API\Runtime\Slate\Framework\Commands\FUICommandList) > CommandBindings
)

Remarks

Allows the editors to bind commands.

Parameters

Name Description
CommandBindings The existing command bindings to map to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library