Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableRow
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include | #include "Widgets/Views/STableRow.h" |
void ConstructInternal
&40;
FArguments const & InArgs,
TSharedRef< STableViewBase > const & InOwnerTableView
&41;
Remarks
An internal method to construct and setup this row widget (purposely avoids child construction). Split out from Construct() so that sub-classes can invoke super construction without invoking ConstructChildren() (sub-classes may want to constuct their own children in their own special way).
Parameters
| Name | Description |
|---|---|
| InArgs | Declaration data for this widget. |
| InOwnerTableView | The table that this row belongs to. |