|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomSoundBankDetails.h>
公開メンバ関数 | |
| void | Construct (const FArguments &InArgs, const TSharedRef< STableViewBase > &InOwnerTableView) |
| virtual TSharedRef< SWidget > | GenerateWidgetForColumn (const FName &ColumnName) override |
| SLATE_BEGIN_ARGS (SAtomSoundListTableRow) | |
非公開変数類 | |
| TSharedPtr< FAtomSoundListItem > | Item |
Widget that represents a row in the AtomSoundBankDetails' list view. Generates widgets for each column on demand.
| void SAtomSoundListTableRow::Construct | ( | const FArguments & | InArgs, |
| const TSharedRef< STableViewBase > & | InOwnerTableView ) |
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