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