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

14 lines
326 B
C++

#include "FortQuestTrackerEntry.h"
void UFortQuestTrackerEntry::HandleHUDObjectiveCompletion(UFortQuestObjectiveInfo* QuestObjective) {
}
UFortQuestTrackerEntry::UFortQuestTrackerEntry() {
this->QuestNameText = NULL;
this->ObjectivesList = NULL;
this->TrackedQuest = NULL;
this->bConfigureAsHUD = false;
}