UListView::GetListItems

Gets the list of all items in the list.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/ListView.h

Include

#include "Components/ListView.h"

Syntax

const TArray< UObject * > & GetListItems() const

Remarks

Gets the list of all items in the list.

that each of these items only has a corresponding entry widget when visible. Use GetDisplayedEntryWidgets to get the currently displayed widgets.

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