SListView::Private_SetItemExpansion

Set whether some data item is expanded or not.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual void Private_SetItemExpansion
(
    ItemType TheItem,
    bool bShouldBeExpanded
)

Remarks

Set whether some data item is expanded or not.

Parameters

Parameter

Description

InItem

The item whose expansion state to control

InExpandItem

If true the item should be expanded; otherwise collapsed

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