Native method

SGBADataTableListViewRow::​

Construct#

  • Declared in "Editor/Slate/SGBADataTableListViewRow.h"
public:
void Construct(
const FArguments& InArgs,
const TSharedRef<STableViewBase>& InOwnerTableView
)

The owning object. This allows us access to the actual data table being edited as well as some other API functions. The row we're working with to allow us to get naming information. Constructs this widget with InArgs

Parameters#

  • const FArguments& InArgs
  • const TSharedRef<STableViewBase>& InOwnerTableView