SListView::Private_HasSelectorFocus

Test if the item passed in has selector focus.

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::Private_HasSelectorFocus()

SListView::Private_HasSelectorFocus()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual bool Private_HasSelectorFocus
(
    const ItemType & TheItem
) const

Remarks

Test if the item passed in has selector focus.

Returns

true if the item has selector focus 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