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

#include <AtomSoundBankDetails.h>

SAtomSoundListTableRow の継承関係図

公開メンバ関数

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

非公開変数類

TSharedPtr< FAtomSoundListItemItem

詳解

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

関数詳解

◆ Construct()

void SAtomSoundListTableRow::Construct ( const FArguments & InArgs,
const TSharedRef< STableViewBase > & InOwnerTableView )

The list item for this row Construct function for this widget

◆ GenerateWidgetForColumn()

TSharedRef< SWidget > SAtomSoundListTableRow::GenerateWidgetForColumn ( const FName & ColumnID)
overridevirtual

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

◆ SLATE_BEGIN_ARGS()

SAtomSoundListTableRow::SLATE_BEGIN_ARGS ( SAtomSoundListTableRow )
inline

メンバ詳解

◆ Item

TSharedPtr<FAtomSoundListItem> SAtomSoundListTableRow::Item
private

The item associated with this row of data


このクラス詳解は次のファイルから抽出されました:
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCoreEditor/Private/Customizations/AtomSoundBankDetails.h
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCoreEditor/Private/Customizations/AtomSoundBankDetails.cpp