Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint
Inheritance Hierarchy
- IInterface
- IUserListEntry
- IUserObjectListEntry
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h |
Include | #include "Blueprint/IUserObjectListEntry.h" |
Syntax
class IUserObjectListEntry : public IUserListEntry
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ItemObjectT * | GetListItem () |
Returns the UObject item in the owning UListView that this entry currently represents |
![]() ![]() |
void | NativeOnListItemObjectSet
(
UObject* ListItemObject |
Follows the same pattern as the NativeOn[X] methods in UUserWidget - super calls are expected in order to route the event to BP. |
![]() |
void | OnListItemObjectSet
(
UObject* ListItemObject |
Called when this entry is assigned a new item object to represent by the owning list view |