unreal.UserObjectListEntryLibrary

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

Bases: BlueprintFunctionLibrary

Static library to supply “for free” functionality to widgets that implement IUserListEntry

C++ Source:

  • Module: UMG

  • File: IUserObjectListEntry.h

classmethod get_list_item_object(user_object_list_entry) Object

Returns the item in the owning list view that this entry is currently assigned to represent.

Parameters:

user_object_list_entry (UserObjectListEntry) – Note: Visually not transmitted, but this defaults to “self”. No need to hook up if calling internally.

Return type:

Object