ITypedTableView::WidgetFromItem

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h

Include

#include "Framework/Views/ITypedTableView.h"

Syntax

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