SListView::ItemFromWidget

Given a Widget, find the corresponding data item.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

const ItemType * ItemFromWidget
(
    const ITableRow * WidgetToFind
) const

Remarks

Given a Widget, find the corresponding data item.

Returns

the data item from which the WidgetToFind was generated

Parameters

Parameter

Description

WidgetToFind

An widget generated by the list view for some data item.

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