STableRow::ConstructInternal

An internal method to construct and setup this row widget (purposely avoids child construction).

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h

Include

#include "Widgets/Views/STableRow.h"

Syntax

void ConstructInternal
(
    FArguments const & InArgs,
    TSharedRef< STableViewBase > const & InOwnerTableView
)

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

Parameter

Description

InArgs

Declaration data for this widget.

InOwnerTableView

The table that this row belongs to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss