Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterface
- UUserListEntry
- UUserObjectListEntry
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserListEntry.h |
Include | #include "Blueprint/IUserListEntry.h" |
Syntax
class UUserListEntry : public UInterface
Remarks
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
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UUserListEntry
(
const FObjectInitializer& ObjectInitializer |