FSparseItemInfo

Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h

Include

#include "Widgets/Views/STreeView.h"

Syntax

struct FSparseItemInfo

Remarks

Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.

Variables

Name Description

Public variable

bool

 

bHasExpandedChildren

Does this tree item have any expanded children?

Public variable

bool

 

bIsExpanded

Is this tree item expanded?

Constructors

Name Description

Public function

FSparseItemInfo

(
    bool InIsExpanded,
    bool InHasExpandedChildren
)

Construct a new FTreeItem.

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