SListView::IsItemSelected

Test if the current item is selected.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

bool IsItemSelected
(
    const ItemType & InItem
) 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