SListView::IsItemVisible

Checks whether the specified item is currently visible in the list view.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

bool IsItemVisible
(
    ItemType Item
) const

Remarks

Checks whether the specified item is currently visible in the list view.

Returns

true if the item is visible, false otherwise.

Parameters

Parameter

Description

Item

The item to check.

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