unreal.UserListEntry

class unreal.UserListEntry(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

User List Entry

C++ Source:

  • Module: UMG

  • File: IUserListEntry.h

bp_on_entry_released() None

Called when this entry is released from the owning table and no longer represents any list item

bp_on_item_expansion_changed(is_expanded) None

Called when the expansion state of the item represented by this entry changes. Tree view entries only.

Parameters:

is_expanded (bool) –

bp_on_item_selection_changed(is_selected) None

Called when the selection state of the item represented by this entry changes.

Parameters:

is_selected (bool) –