Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorView
Description
Tries to retrieve all curve points that overlap the rectangle. If no points are found, selects the overlapping curves instead.
| Name | GetPointsThenCurveWithinWidgetRange |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h |
| Include Path | #include "SCurveEditorView.h" |
bool GetPointsThenCurveWithinWidgetRange
(
const FSlateRect & WidgetRectangle,
TArray < FCurvePointHandle > * OutPoints
) const
Whether anything was selected.
Parameters
| Name | Remarks |
|---|---|
| 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 |