Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorView
- SCurveEditorView::GetCurveWithinWidgetRange()
- SInteractiveCurveEditorView::GetCurveWithinWidgetRange()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h |
| Include | #include "SCurveEditorView.h" |
virtual bool GetCurveWithinWidgetRange
&40;
const FSlateRect & WidgetRectangle,
TArray< FCurvePointHandle > &42; OutPoints
&41; const
Remarks
Retrieve all the curve points, if any of the interpolating points overlap the specified rectangle in widget space Whether any points were within the widget range
Parameters
| Name | Description |
|---|---|
| WidgetRectangle | The rectangle to hit test against. May not hit points that would exist outside of the view's visible bounds. |
| OutPoints | (required) pointer to an array to populate with overlapping points |