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

19 lines
453 B
C++

#include "FortMainTabsScreenBase.h"
void UFortMainTabsScreenBase::HandleFeatureStateChanged(EFortUIFeature ChangedFeature, EFortUIFeatureState NewState, EFortUIFeatureStateReason Reason) {
}
void UFortMainTabsScreenBase::HandleFeatureNavigateRequest(EFortUIFeature Feature) {
}
void UFortMainTabsScreenBase::ConstructTabs() {
}
UFortMainTabsScreenBase::UFortMainTabsScreenBase() {
this->TopTabContainer = NULL;
this->TopTabList = NULL;
}