SInteractiveCurveEditorView::GetPointsWithinWidgetRange

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

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void GetPointsWithinWidgetRange
(
    const FSlateRect & WidgetRectangle,
    TArray< FCurvePointHandle > * OutPoints
) const

Remarks

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

Parameters

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss