FItemInfo

Info needed by every visible item in the tree

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/STreeView.h"

Syntax

struct FItemInfo

Remarks

Info needed by every visible item in the tree

Variables

Name Description

Public variable

uint32: 1

 

bHasChildren

Does this tree item have children?

Public variable

uint32: 1

 

bIsLastChild

Is this the last child of its parent? If so, it gets a special kind of wire/connector.

Public variable

TBitArray

 

NeedsVerticalWire

Flags for whether we need a wire drawn for this level of the tree.

Public variable

int32

 

ParentIndex

Index into the linearized tree of the parent for this item, if any, otherwise INDEX_NONE.

Constructors

Name Description

Public function

FItemInfo()

Public function

FItemInfo

(
    TBitArray<> InNeedsVerticalWire,
    bool InHasChildren,
    bool InIsLastChild,
    int32 InParentIndex
)

Functions

Name Description

Public function Const

int32

 

GetNestingLevel()

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