UUserListEntry

Required interface for any [UUserWidget](API\Runtime\UMG\Blueprint\UUserWidget) class to be usable as entry widget in a [UListViewBase](API\Runtime\UMG\Components\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.

Windows
MacOS
Linux

Inheritance Hierarchy

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.

To be usable as an entry for UListView, UTileView, or UTreeView, implement IUserObjectListEntry instead

Constructors

Name Description

Public function

UUserListEntry

(
    const FObjectInitializer& ObjectIn...
)

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss