UUserListEntryLibrary

Static library to supply "for free" functionality to widgets that implement [IUserListEntry](API\Runtime\UMG\Blueprint\IUserListEntry)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMG

Header

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

Include

#include "Blueprint/IUserListEntry.h"

Syntax

class UUserListEntryLibrary : public UBlueprintFunctionLibrary

Remarks

Static library to supply "for free" functionality to widgets that implement IUserListEntry

Functions

Name Description

Public function Static

UListViewBas...

 

GetOwningListView

(
    TScriptInterface< IUserListEntry > ...
)

Returns the list view that contains this entry.

Public function Static

bool

 

IsListItemExpanded

(
    TScriptInterface< IUserListEntry > ...
)

Returns true if the item represented by this entry is currently expanded and showing its children.

Public function Static

bool

 

IsListItemSelected

(
    TScriptInterface< IUserListEntry > ...
)

Returns true if the item represented by this entry is currently selected in the owning list view.

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