SListView::Private_IsItemSelectableOrNavigable

Test if the current item can be selected or navigated to.

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::Private_IsItemSelectableOrNavigable()

SListView::Private_IsItemSelectableOrNavigable()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual bool Private_IsItemSelectableOrNavigable
(
    const ItemType & TheItem
) const

Remarks

Test if the current item can be selected or navigated to.

Returns

true if the item is selectable or navigable; 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