SListView::SetItemHighlighted

Set the highlighted state of an item.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

void SetItemHighlighted
(
    const ItemType & TheItem,
    bool bHighlighted
)

Remarks

Set the highlighted state of an item.

Parameters

Parameter

Description

TheItem

The Item whose highlight state you wish to modify

bHighlighted

True to enable the soft parent highlight, false to disable it.

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