UUserObjectListEntryLibrary::GetListItemObject

Returns the item in the owning list view that this entry is currently assigned to represent.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h

Include

#include "Blueprint/IUserObjectListEntry.h"

Source

/Engine/Source/Runtime/UMG/Private/Blueprint/IUserObjectListEntry.cpp

Syntax

static UObject * GetListItemObject
(
    TScriptInterface< IUserObjectListEntry > UserObjectListEntry
)

Remarks

Returns the item in the owning list view that this entry is currently assigned to represent.

Parameters

Parameter

Description

UserObjectListEntry

Note: Visually not transmitted, but this defaults to "self". No need to hook up if calling internally.

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