Files
FNGameProj/Source/FortniteGame/Private/FortCreativeItemListData.cpp
T
2024-06-07 01:17:09 +02:00

10 lines
206 B
C++

#include "FortCreativeItemListData.h"
FFortCreativeItemListData::FFortCreativeItemListData() {
Category = ECreativeItemCategory::Prefabs;
Count = 0;
SortPriority = 1;
bIncluded = false;
}