Native class
SGBADataTableListViewRow#
class
SGBADataTableListViewRow :
public SMultiColumnTableRow< FDataTableEditorRowListViewDataPtr >
A widget to represent a row in a Data Table Editor widget. This widget allows us to do things like right-click and take actions on a particular row of a Data Table.
Methods#
-
publicvoidConstruct(const FArguments& InArgs,
const TSharedRef<STableViewBase>& InOwnerTableViewThe 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
-
virtual TSharedRef<SWidget>GenerateWidgetForColumn(const FName& InColumnName
-
inline
-
privatestatic FTextGetCellText(const FDataTableEditorRowListViewDataPtr InRowDataPointer,
const int32 ColumnIndex
Fields#
-
privateTSharedPtr<FName> CurrentName
-
TWeakPtr<SGBANewDataTableWindowContent> HostWidget
-
FDataTableEditorRowListViewDataPtr RowDataPtr