mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
644 B
C++
17 lines
644 B
C++
#include "FortExpeditionRewardsWidget.h"
|
|
|
|
void UFortExpeditionRewardsWidget::RefreshRewardsUI_Implementation(const UFortExpeditionItem* Expedition, bool bExpeditionSucceeded, const TArray<FFortItemInstanceQuantityPair>& Rewards) {
|
|
}
|
|
|
|
void UFortExpeditionRewardsWidget::ProcessNextReward() {
|
|
}
|
|
|
|
void UFortExpeditionRewardsWidget::HandleCollectionExpeditionCompleted(bool bMcpSuccess, const UFortExpeditionItem* Expedition, bool bExpeditionSuccess, const TArray<FFortItemInstanceQuantityPair>& Rewards) {
|
|
}
|
|
|
|
UFortExpeditionRewardsWidget::UFortExpeditionRewardsWidget() {
|
|
this->RewardsTileView = NULL;
|
|
this->bPendingCollection = false;
|
|
}
|
|
|