SCurveEditorView::GetPointsWithinWidgetRange

Retrieve all the curve points that overlap the specified rectangle in widget space

Unreal Engine C++ API Reference > Editor > CurveEditor > SCurveEditorView

  • SCurveEditorView::GetPointsWithinWidgetRange()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h
Include #include "SCurveEditorView.h"
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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library