|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <SAtomStatisticsDialog.h>
公開メンバ関数 | |
| void | Construct (const FArguments &InArgs, const TSharedRef< STableViewBase > &InOwnerTableView) |
| virtual TSharedRef< SWidget > | GenerateWidgetForColumn (const FName &ColumnName) override |
| SLATE_BEGIN_ARGS (SAtomStatisticsListTableRow) | |
非公開変数類 | |
| TSharedPtr< FAtomStatisticsTreeItem > | Item |
| TWeakPtr< SAtomStatisticsDialog > | StatisticDialogWeak |
Widget that represents a row in the AtomStatisticstDialog's list view. Generates widgets for each column on demand.
| void SAtomStatisticsListTableRow::Construct | ( | const FArguments & | InArgs, |
| const TSharedRef< STableViewBase > & | InOwnerTableView ) |
The AtomStatisticsDialog that owns the tree. We'll only keep a weak reference to it. The list item for this row Construct function for this widget
|
overridevirtual |
Overridden from SMultiColumnTableRow. Generates a widget for this column of the list row.
|
inline |
|
private |
The item associated with this row of data
|
private |
Weak reference to the AtomStatisticsDialog widget that owns our list