Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/IObjectTableRow
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h |
| Include | #include "Slate/SObjectTableRow.h" |
Syntax
static ObjectRowsByUserWidget;
Remarks
Intentionally being a bit nontraditional here - we track associations between UserWidget rows and their underlying IObjectTableRow. This allows us to mirror the ITableRow API very easily on IUserListEntry without requiring rote setting/getting of row states on every UMG subclass.