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" |
virtual void GetGridLinesX
&40;
TArray< float > & MajorGridLines,
TArray< float > & MinorGridLines,
TArray< FText > &42; MajorGridLabels
&41; const
Remarks
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.