Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Enable a soft highlight on the element. This is useful for explaining parent/child relationships without actually modifying selection. Unrelated to any hover highlights.
Virtual Inheritance
- ITypedTableView::Private_SetItemHighlighted → SListView::Private_SetItemHighlighted
| Name | Private_SetItemHighlighted |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
virtual void Private_SetItemHighlighted
(
ItemType TheItem,
bool bShouldBeHighlighted
)
Parameters
| Name | Remarks |
|---|---|
| TheItem | The item whose highlighted state to change. |
| bShouldBeHighlighted | Enables a highlight on this item if true, otherwise disables the highlight. |