mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
19 lines
453 B
C++
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;
|
|
}
|
|
|