Navigation
API > API/Runtime > API/Runtime/UMG
Required interface for any UUserWidget class to be usable as entry widget in a stock UMG list view - ListView, TileView, and TreeView Provides a change event and getter for the object item the entry is assigned to represent by the owning list view (in addition to functionality from IUserListEntry)
| Name | UUserObjectListEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h |
| Include Path | #include "Blueprint/IUserObjectListEntry.h" |
Syntax
class UUserObjectListEntry : public UUserListEntry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UUserListEntry → UUserObjectListEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUserObjectListEntry
(
const FObjectInitializer& ObjectInitializer |
Blueprint/IUserObjectListEntry.h |