Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/Views > API/Editor/CurveEditor/Views/SInteractiveCurveEditorView
- SCurveEditorView::GetPointsWithinWidgetRange()
- SInteractiveCurveEditorView::GetPointsWithinWidgetRange()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/Views/SInteractiveCurveEditorView.h |
| Include | #include "Views/SInteractiveCurveEditorView.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Views/SInteractiveCurveEditorView.cpp |
virtual bool GetPointsWithinWidgetRange
&40;
const FSlateRect & WidgetRectangle,
TArray< FCurvePointHandle > &42; OutPoints
&41; const
Remarks
Retrieve all the curve points that 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 |