ECurveEditorTreeFilterState

Enumeration specifying how a specific tree item has matched the current set of filters

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "Tree/CurveEditorTree.h"

Syntax

enum ECurveEditorTreeFilterState
{
    NoMatch,
    ImplicitChild,
    ImplicitParent,
    Match,
}

Values

Name

Description

NoMatch

The item did not match any filter, and neither did any of its parents or children

ImplicitChild

Neither this item nor any of its children match filters, but one of its parents did (ie it resides within a matched item)

ImplicitParent

Neither this item nor any of its parents match the filters, but one of its descendant children did (ie it is a parent of a matched item)

Match

This item itself matched one or more of the filters

Remarks

Enumeration specifying how a specific tree item has matched the current set of filters

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