Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableRow
Description
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).
| Name | ConstructInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include Path | #include "Widgets/Views/STableRow.h" |
void ConstructInternal
(
FArguments const & InArgs,
TSharedRef < STableViewBase > const & InOwnerTableView
)
Parameters
| Name | Remarks |
|---|---|
| InArgs | Declaration data for this widget. |
| InOwnerTableView | The table that this row belongs to. |