Navigation
API > API/Runtime > API/Runtime/UMG
Required interface for any UUserWidget class to be usable as entry widget in a UListViewBase Provides access to getters and events for changes to the status of the widget as an entry that represents an item in a list. Note: To be usable as an entry for UListView, UTileView, or UTreeView, implement IUserObjectListEntry instead
| Name | UUserListEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserListEntry.h |
| Include Path | #include "Blueprint/IUserListEntry.h" |
Syntax
class UUserListEntry : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UUserListEntry
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUserListEntry
(
const FObjectInitializer& ObjectInitializer |
Blueprint/IUserListEntry.h |