Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditor
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include | #include "CurveEditor.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
void AddAxis
(
const FName & InIdentifier,
TSharedPtr< FCurveEditorAxis > InAxis
)
Remarks
Adds a new axis to this curve editor with the specified name.
Calling this function with the same identifier as a previously registered axis will overwrite the axis with the new one.
Parameters
| Name | Description |
|---|---|
| InIdentifier | A unique identifer for this axis that can be subsequently used to look up this axis |
| InAxis | The axis definition |