unreal.UserObjectListEntry

class unreal.UserObjectListEntry(outer: Optional[Object] = None, name: Union[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) –