Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditor
Description
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.
| Name | AddAxis |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include Path | #include "CurveEditor.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
void AddAxis
(
const FName & InIdentifier,
TSharedPtr < FCurveEditorAxis > InAxis
)
Parameters
| Name | Remarks |
|---|---|
| InIdentifier | A unique identifer for this axis that can be subsequently used to look up this axis |
| InAxis | The axis definition |