UCurveEditorFilterBase::ApplyFilter

Applies the filter to all keys on the specified curve.

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/Filters/CurveEditorFilterBase.h

Include

#include "Filters/CurveEditorFilterBase.h"

Syntax

void ApplyFilter
(
    TSharedRef< FCurveEditor > InCurveEditor,
    FCurveModelID InCurve,
    TMap< FCurveModelID, FKeyHandleSet > & OutKeysToSelect
)

Remarks

Applies the filter to all keys on the specified curve.

Parameters

Parameter

Description

InCurveEditor

The curve editor that owns the FCurveModelIDs to operate on.

InCurve

The curve to operate on.

OutKeysToSelect

The filter will empty and initialize the set and return you a set of curves and handles that the filter thinks should be selected after operating. This is useful for filters that create or destroy keys as it allows them to maintain the appearance that the selection has not been modified.

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