SListView::Private_IsItemSelected

Test if the current item is selected.

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::Private_IsItemSelected()

SListView::Private_IsItemSelected()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual bool Private_IsItemSelected
(
    const ItemType & TheItem
) const

Remarks

Test if the current item is selected.

Returns

true if the item is selected in this list; false otherwise.

Parameters

Parameter

Description

InItem

The item to test.

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