mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
387 B
C++
12 lines
387 B
C++
#include "FortCollectionBookRecycleSlotResultsWidget.h"
|
|
|
|
void UFortCollectionBookRecycleSlotResultsWidget::SetCurrentItemToRecycle(UFortAccountItem* InItemToRecycle) {
|
|
}
|
|
|
|
UFortCollectionBookRecycleSlotResultsWidget::UFortCollectionBookRecycleSlotResultsWidget() {
|
|
this->RecycleResultsWidget = NULL;
|
|
this->ItemCardSize = EFortItemCardSize::XXS;
|
|
this->ItemToRecycle = NULL;
|
|
}
|
|
|