Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonTileView
- ITypedUMGListView::OnGenerateEntryWidgetInternal()
- UListView::OnGenerateEntryWidgetInternal()
- UCommonTileView::OnGenerateEntryWidgetInternal()
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTileView.h |
| Include | #include "CommonTileView.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonTileView.cpp |
virtual UUserWidget & OnGenerateEntryWidgetInternal
&40;
UObject &42; Item,
TSubclassOf< UUserWidget > DesiredEntryClass,
const TSharedRef< STableViewBase > & OwnerTable
&41;
Remarks
Generates the actual entry widget that represents the given item. Expected to be used in concert with UListViewBase::GenerateTypedEntry().