Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate
Inheritance Hierarchy
- ITableRow
- IObjectTableRow
- SObjectTableRow
- SCommonButtonTableRow
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h |
Include | #include "Slate/SObjectTableRow.h" |
Syntax
class IObjectTableRow : public ITableRow
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UListViewBase * | ||
![]() ![]() |
UUserWidget * | ||
![]() ![]() |
TSharedPtr< const IObjectTableRow > |
ObjectRowFromUserWidget
(
const UUserWidget* RowUserWidget |
Constants
Name | Description |
---|---|
ObjectRowsByUserWidget | Intentionally being a bit nontraditional here - we track associations between UserWidget rows and their underlying IObjectTableRow. |