Navigation
API > API/Editor > API/Editor/SkeletonEditor
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).
| Name | ESkeletonTreeFilterResult |
| Type | enum |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeItem.h |
| Include Path | #include "ISkeletonTreeItem.h" |
Syntax
enum ESkeletonTreeFilterResult
{
Hidden,
ShownDescendant,
Shown,
ShownHighlighted,
}
Values
| Name | Remarks |
|---|---|
| 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 |