ICurveEditorToolExtension::BindCommands

Allows the tool to bind commands.

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 BindCommands
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FUICommandList](API\Runtime\Slate\Framework\Commands\FUICommandList) > CommandBindings
)

Remarks

Allows the tool 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