Files
FNGameProj/Source/FortniteGame/Private/FortCollectionBookData.cpp
T
2024-03-03 23:44:39 +01:00

17 lines
452 B
C++

#include "FortCollectionBookData.h"
void UFortCollectionBookData::GetPageIdsFromCategoryId(FName CategoryId, TArray<FName>& PageIds) const {
}
UFortCollectionBookData::UFortCollectionBookData() {
this->PageCategoryData = NULL;
this->PageData = NULL;
this->SectionData = NULL;
this->SlotData = NULL;
this->SlotSourceData = NULL;
this->XPWeightData = NULL;
this->SlotRarityFactorData = NULL;
this->BookXPData = NULL;
}