Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > Views > SInteractiveCurveEditorView
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 ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & WidgetRectangle, [TArray](API\Runtime\Core\Containers\TArray)< [FCurvePointHandle](API\Editor\CurveEditor\FCurvePointHandle) > * OutPoints ) 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 |