Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UListView
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/ListView.h |
Include | #include "Components/ListView.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/ListView.cpp |
UFUNCTION (BlueprintCallable, Category=ListView)
int32 GetIndexForItem
(
const UObject * Item
) const
Remarks
Returns the index that the specified item is at. Will return the first found, or -1 for not found