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/IUserObjectListEntry.h |
Include | #include "Blueprint/IUserObjectListEntry.h" |
Syntax
class UUserObjectListEntry : public UUserListEntry
Remarks
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)
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UUserObjectListEntry
(
const FObjectInitializer& ObjectInitializer |