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

11 lines
276 B
C++

#include "FortTabListRegistrationInfo.h"
FFortTabListRegistrationInfo::FFortTabListRegistrationInfo() {
this->bHidden = false;
this->bAllowedInZone = false;
this->TabButtonType = NULL;
this->TabContentType = NULL;
this->CreatedTabContentWidget = NULL;
}