Files
FNGameProj/Source/FortniteUI/Private/FortCollectionBookProgressionRewardDetailInspectWidget.cpp
2024-01-21 00:41:14 +01:00

17 lines
491 B
C++

#include "FortCollectionBookProgressionRewardDetailInspectWidget.h"
void UFortCollectionBookProgressionRewardDetailInspectWidget::SetAssociatedLevel(int32 Level) {
}
int32 UFortCollectionBookProgressionRewardDetailInspectWidget::GetXPRequired() const {
return 0;
}
UFortCollectionBookProgressionRewardDetailInspectWidget::UFortCollectionBookProgressionRewardDetailInspectWidget() {
this->LevelTextWidget = NULL;
this->RewardWidget = NULL;
this->CheckmarkImage = NULL;
}