ESkeletonTreeFilterResult

Order is important here! This enum is used internally to the filtering logic and represents an ordering of most filtered (hidden) to least filtered (highlighted).

Windows
MacOS
Linux

References

Module

SkeletonEditor

Header

/Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeItem.h

Include

#include "ISkeletonTreeItem.h"

Syntax

enum ESkeletonTreeFilterResult
{
    Hidden,
    ShownDescendant,
    Shown,
    ShownHighlighted,
}

Values

Name

Description

Hidden

Hide the item

ShownDescendant

Show the item because child items were shown

Shown

Show the item

ShownHighlighted

Show the item and highlight search text

Remarks

Order is important here! This enum is used internally to the filtering logic and represents an ordering of most filtered (hidden) to least filtered (highlighted).

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