Navigation
API > API/Runtime > API/Runtime/UMG
Static library to supply "for free" functionality to widgets that implement IUserListEntry
| Name | UUserObjectListEntryLibrary |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h |
| Include Path | #include "Blueprint/IUserObjectListEntry.h" |
Syntax
UCLASS (MinimalAPI)
class UUserObjectListEntryLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UUserObjectListEntryLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetListItemIndex
(
TScriptInterface< IUserObjectListEntry > UserObjectListEntry |
Returns the index of the list item in the owning UListView | Blueprint/IUserObjectListEntry.h |
|
static UObject * GetListItemObject
(
TScriptInterface< IUserObjectListEntry > UserObjectListEntry |
Returns the item in the owning list view that this entry is currently assigned to represent. | Blueprint/IUserObjectListEntry.h |
|
static bool IsFirstWidget
(
TScriptInterface< IUserObjectListEntry > UserObjectListEntry |
Returns true if the widget list entry is the first item in the list view | Blueprint/IUserObjectListEntry.h |
|
static bool IsLastWidget
(
TScriptInterface< IUserObjectListEntry > UserObjectListEntry |
Returns true if the widget list entry is the last item in the list view | Blueprint/IUserObjectListEntry.h |
|