Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UListView
Description
Gets the list of all items in the list. Note that each of these items only has a corresponding entry widget when visible. Use GetDisplayedEntryWidgets to get the currently displayed widgets.
| Name | GetListItems |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/ListView.h |
| Include Path | #include "Components/ListView.h" |
UFUNCTION (BlueprintCallable, Category=ListView)
const TArray < UObject * > & GetListItems() const