Files
2026-04-22 15:51:07 +02: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;
}