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

11 lines
336 B
C++

#include "FortUINavigationOperation.h"
FFortUINavigationOperation::FFortUINavigationOperation() {
this->Operation = EFortUINavigationOp::PopContentStack;
this->SquadSlotIndex = 0;
this->Item = NULL;
this->Feature = EFortUIFeature::ShowHome;
this->ItemManagementFilter = EFortFrontendInventoryFilter::Schematics;
}