Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/ICurveEditorToolExtension
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h |
| Include | #include "ICurveEditorToolExtension.h" |
virtual void BindCommands
&40;
TSharedRef< FUICommandList > CommandBindings
&41;
Remarks
Allows the tool to bind commands.
Parameters
| Name | Description |
|---|---|
| CommandBindings | The existing command bindings to map to. |