unreal.UserObjectListEntry

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

Bases: UserListEntry

User Object List Entry

C++ Source:

  • Module: UMG

  • File: IUserObjectListEntry.h

on_list_item_object_set(list_item_object) None

Called when this entry is assigned a new item object to represent by the owning list view

Parameters:

list_item_object (Object) –