mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
17 lines
262 B
C++
17 lines
262 B
C++
#include "FortItemDetailElementWidget.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UFortItemDetailElementWidget::UFortItemDetailElementWidget() {
|
|
this->bShouldPreviewUpgradingItem = false;
|
|
this->CurrentInspectMode = EFortItemInspectionMode::Overview;
|
|
this->QuantityOverride = -1;
|
|
}
|
|
|