SListView::WidgetFromItem

Find a widget for this item if it has already been constructed.

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::WidgetFromItem()

SListView::WidgetFromItem()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual TSharedPtr< ITableRow > WidgetFromItem
(
    const ItemType & InItem
) const

Remarks

Find a widget for this item if it has already been constructed.

Returns

A pointer to the corresponding widget if it exists; otherwise nullptr.

Parameters

Parameter

Description

InItem

The item for which to find the widget.

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