mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
384 B
C++
15 lines
384 B
C++
#include "FortCollectionBookOverviewWidget.h"
|
|
|
|
void UFortCollectionBookOverviewWidget::OnDeactivated_Implementation() {
|
|
}
|
|
|
|
void UFortCollectionBookOverviewWidget::OnActivated_Implementation() {
|
|
}
|
|
|
|
UFortCollectionBookOverviewWidget::UFortCollectionBookOverviewWidget() {
|
|
this->LastSelectedPage = NULL;
|
|
this->LastSelectedCategory = NULL;
|
|
this->PageTreeViewWidget = NULL;
|
|
}
|
|
|