List View

List View

Windows
MacOS
Linux
On this page

Actions

Add Item

Adds an the item to the list

Target is List View

Cancel Scroll Into View

Cancels a previous request to scroll and item into view.

Target is List View

Clear List Items

Removes all items from the list

Target is List View

Clear Selection

Clear selection

Target is List View

Get Index for Item

Returns the index that the specified item is at. Will return the first found, or -1 for not found

Target is List View

Get Item At

Returns the item at the given index

Target is List View

Get List Items

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.

Target is List View

Get Num Items

Returns the total number of items

Target is List View

Get Num Items Selected

Gets the number of items currently selected in the list

Target is List View

Get Selected Item

Gets the first selected item, if any; recommended that you only use this for single selection lists.

Target is List View

GetSelectedItems

Gets a list of all the currently selected items

Target is List View

Is Item Visible

Gets whether the entry for the given object is currently visible in the list

Target is List View

Is Refresh Pending

Returns true if a refresh is pending and the list will be rebuilt on the next tick

Target is List View

Navigate to Index

Requests that the item at the given index navigated to, scrolling it into view if needed.

Target is List View

Navigate To Item

Requests that the given item is navigated to, scrolling it into view if needed.

Target is List View

Remove Item

Removes an the item from the list

Target is List View

Scroll Index Into View

Requests that the item at the given index is scrolled into view

Target is List View

Scroll Item Into View

Requests that the given item is scrolled into view

Target is List View

Set Item Selection

Sets whether the given item is selected.

Target is List View

Set List Items

Sets the array of objects to display rows for in the list

Target is List View

Set Scroll Offset

Set the scroll offset of this view (in items)

Target is List View Base

Set Selected Index

Sets the item at the given index as the sole selected item.

Target is List View

Set Selected Item

Sets the given item as the sole selected item.

Target is List View

Set Selection Mode

Sets the new selection mode, preserving the current selection where possible.

Target is List View

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