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

10 lines
283 B
C++

#include "FortItemListView.h"
UFortItemListView::UFortItemListView() {
this->bShouldShowNullItemListEntry = false;
this->bAutomaticallyLoadItemDetails = false;
this->bLoadItemDetailsBeforeSortingItems = false;
this->DisplayType = EItemListViewDisplayType::World;
}