Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditor
Description
Called by SCurveEditorPanel to determine where to draw grid lines along the X-axis. This allows synchronization with an external data source (such as Sequencer's Timeline ticker). A similar function for the Y grid lines is not provided due to the Curve Editor's ability to have multiple views with repeated gridlines and values.
| Name | GetGridLinesX |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include Path | #include "CurveEditor.h" |
virtual void GetGridLinesX
(
TArray < float > & MajorGridLines,
TArray < float > & MinorGridLines,
TArray < FText > * MajorGridLabels
) const