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

10 lines
215 B
C++

#include "FortQuestMapPage.h"
FFortQuestMapPage::FFortQuestMapPage() {
this->PageIndex = 0;
this->ChapterPageCount = 0;
this->CameraMode = EFrontEndCamera::Invalid;
this->QuestNodeLayout = NULL;
}