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