Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
void SetItemHighlighted
(
const ItemType & TheItem,
bool bHighlighted
)
Remarks
Set the highlighted state of an item.
Parameters
| Name | Description |
|---|---|
| TheItem | The Item whose highlight state you wish to modify |
| bHighlighted | True to enable the soft parent highlight, false to disable it. |