Navigation
API > API/Runtime > API/Runtime/UMG
| Name | IUserObjectListEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h |
| Include Path | #include "Blueprint/IUserObjectListEntry.h" |
Syntax
class IUserObjectListEntry : public IUserListEntry
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ItemObjectT * GetListItem() |
Returns the UObject item in the owning UListView that this entry currently represents | Blueprint/IUserObjectListEntry.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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. | Blueprint/IUserObjectListEntry.h | |
void OnListItemObjectSet
(
UObject* ListItemObject |
Called when this entry is assigned a new item object to represent by the owning list view | Blueprint/IUserObjectListEntry.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetListItemObject
(
UUserWidget& ListEntryWidget, |
Blueprint/IUserObjectListEntry.h |