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 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. |