Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
bool IsItemVisible
(
ItemType Item
) const
Remarks
Checks whether the specified item is currently visible in the list view. true if the item is visible, false otherwise.
Parameters
| Name | Description |
|---|---|
| Item | The item to check. |