Navigation
API > API/Runtime > API/Runtime/UMG
| Name | IObjectTableRow |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h |
| Include Path | #include "Slate/SObjectTableRow.h" |
Syntax
class IObjectTableRow : public ITableRow
Implements Interfaces
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ObjectRowsByUserWidget | TMap< TWeakObjectPtr< const UUserWidget >, TWeakPtr< const IObjectTableRow > > | Intentionally being a bit nontraditional here - we track associations between UserWidget rows and their underlying IObjectTableRow. | Slate/SObjectTableRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UListViewBase * GetOwningListView() |
Slate/SObjectTableRow.h | ||
UUserWidget * GetUserWidget() |
Slate/SObjectTableRow.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< const IObjectTableRow > ObjectRowFromUserWidget
(
const UUserWidget* RowUserWidget |
Slate/SObjectTableRow.h |