Choose your operating system:
Windows
macOS
Linux
| SCurveEditorView::GetCurveWithinWidgetRange()
|
Module |
|
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 GetCurveWithinWidgetRange
(
const FSlateRect & WidgetRectangle,
TArray< FCurvePointHandle > * OutPoints
) const
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
Parameter |
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 |