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