ICurveEditorTreeItem::PassesFilter

Check whether this tree item passes the specified filter.

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/Tree/ICurveEditorTreeItem.h

Include

#include "Tree/ICurveEditorTreeItem.h"

Syntax

virtual bool PassesFilter
(
    const FCurveEditorTreeFilter * InFilter
) const

Remarks

Check whether this tree item passes the specified filter. Filter's types can be checked using FCurveEditorTreeFilter::GetType() and static_casted for known filter types.

Returns

True if this item is deemed to have passed the filter, false otherwise

Parameters

Parameter

Description

InFilter

The filter to test against.

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