Files
2026-04-22 15:51:07 +02:00

21 lines
441 B
C++

#include "FortQuestTrackerList.h"
void UFortQuestTrackerList::HandleSizeEstimateChanged(UObject* ChangedElement) {
}
void UFortQuestTrackerList::HandleQuestsUpdated() {
}
void UFortQuestTrackerList::HandlePinnedQuestsChanged() {
}
void UFortQuestTrackerList::HandleHUDFinalObjectiveHidden(UFortQuestItem* QuestItem) {
}
UFortQuestTrackerList::UFortQuestTrackerList() {
this->bConfigureAsHUD = false;
this->QuestList = NULL;
}