SListView::Private_OnExpanderArrowShiftClicked

Called when the expander arrow for the given item is shift+clicked.

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_OnExpanderArrowShiftClicked
(
    ItemType TheItem,
    bool bShouldBeExpanded
)

Remarks

Called when the expander arrow for the given item is shift+clicked.

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