Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SListView
- ITypedTableView::Private_OnExpanderArrowShiftClicked()
- SListView::Private_OnExpanderArrowShiftClicked()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
virtual void Private_OnExpanderArrowShiftClicked
(
ItemType TheItem,
bool bShouldBeExpanded
)
Remarks
Called when the expander arrow for the given item is shift+clicked.
Parameters
| Name | Description |
|---|---|
| InItem | The item whose expansion state to control |
| InExpandItem | If true the item should be expanded; otherwise collapsed |