SInteractiveCurveEditorView::GetCurveWithinWidgetRange

Retrieve all the curve points, if any of the interpolating points overlap the specified rectangle in widget space

Windows
MacOS
Linux

Override Hierarchy

SCurveEditorView::GetCurveWithinWidgetRange()

SInteractiveCurveEditorView::GetCurveWithinWidgetRange()

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 bool GetCurveWithinWidgetRange
(
    const FSlateRect & WidgetRectangle,
    TArray< FCurvePointHandle > * OutPoints
) const

Remarks

Retrieve all the curve points, if any of the interpolating points overlap the specified rectangle in widget space

Returns

Whether any points were within the widget range

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