CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
SAtomStatisticsListTableRow クラス

#include <SAtomStatisticsDialog.h>

SAtomStatisticsListTableRow の継承関係図

公開メンバ関数

void Construct (const FArguments &InArgs, const TSharedRef< STableViewBase > &InOwnerTableView)
virtual TSharedRef< SWidget > GenerateWidgetForColumn (const FName &ColumnName) override
 SLATE_BEGIN_ARGS (SAtomStatisticsListTableRow)

非公開変数類

TSharedPtr< FAtomStatisticsTreeItemItem
TWeakPtr< SAtomStatisticsDialogStatisticDialogWeak

詳解

Widget that represents a row in the AtomStatisticstDialog's list view. Generates widgets for each column on demand.

関数詳解

◆ Construct()

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

◆ GenerateWidgetForColumn()

TSharedRef< SWidget > SAtomStatisticsListTableRow::GenerateWidgetForColumn ( const FName & ColumnName)
overridevirtual

Overridden from SMultiColumnTableRow. Generates a widget for this column of the list row.

◆ SLATE_BEGIN_ARGS()

SAtomStatisticsListTableRow::SLATE_BEGIN_ARGS ( SAtomStatisticsListTableRow )
inline

メンバ詳解

◆ Item

TSharedPtr<FAtomStatisticsTreeItem> SAtomStatisticsListTableRow::Item
private

The item associated with this row of data

◆ StatisticDialogWeak

TWeakPtr<SAtomStatisticsDialog> SAtomStatisticsListTableRow::StatisticDialogWeak
private

Weak reference to the AtomStatisticsDialog widget that owns our list


このクラス詳解は次のファイルから抽出されました: