Navigation
API > API/Editor > API/Editor/CurveEditor
Class that models an underlying curve data structure through a generic abstraction that the curve editor understands.
| Name | FCurveEditorAxis |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorAxis.h |
| Include Path | #include "CurveEditorAxis.h" |
Syntax
class FCurveEditorAxis
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCurveEditorAxis() |
CurveEditorAxis.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumericTypeInterface | TSharedPtr< INumericTypeInterface< double > > | An optional numeric type interface for displaying values on this axis | CurveEditorAxis.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetGridLines
(
const FCurveEditor& CurveEditor, |
Get the grid lines for this axis definition | CurveEditorAxis.h | |
virtual bool HasLabels() |
Check whether this axis can draw labels | CurveEditorAxis.h | |
virtual FText MakeLabel
(
double Value |
Make a label for the specified value | CurveEditorAxis.h |