Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UUserListEntryLibrary
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
Type | Name | Description | |
---|---|---|---|
UListViewBase * | GetOwningListView
(
TScriptInterface< IUserListEntry > UserListEntry |
Returns the list view that contains this entry. | |
bool | IsListItemExpanded
(
TScriptInterface< IUserListEntry > UserListEntry |
Returns true if the item represented by this entry is currently expanded and showing its children. | |
bool | IsListItemSelected
(
TScriptInterface< IUserListEntry > UserListEntry |
Returns true if the item represented by this entry is currently selected in the owning list view. |