Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/ITypedTableView
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.
Derived Overrides
| Name | Private_SetItemHighlighted |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h |
| Include Path | #include "Framework/Views/ITypedTableView.h" |
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. |