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

10 lines
283 B
C++

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