ITypedUMGListView::GetObjectRowFromItem

Gets the [SObjectTableRow](API\Runtime\UMG\Slate\SObjectTableRow) underlying the UMG EntryWidget that represents the given item (if one exists)

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/ListViewBase.h

Include

#include "Components/ListViewBase.h"

Syntax

template<template< typename > class ObjectRowT>
TSharedPtr< ObjectRowT< ItemType > > GetObjectRowFromItem
(
    const ItemType & Item
) const

Remarks

Gets the SObjectTableRow underlying the UMG EntryWidget that represents the given item (if one exists)

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