SListView::Private_SetItemHighlighted

Enable a soft highlight on the element.

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::Private_SetItemHighlighted()

SListView::Private_SetItemHighlighted()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual void Private_SetItemHighlighted
(
    ItemType TheItem,
    bool bShouldBeHighlighted
)

Remarks

Enable a soft highlight on the element. This is useful for explaining parent/child relationships without actually modifying selection. Unrelated to any hover highlights.

Parameters

Parameter

Description

TheItem

The item whose highlighted state to change.

bShouldBeHighlighted

Enables a highlight on this item if true, otherwise disables the highlight.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss