mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
26 lines
606 B
C++
26 lines
606 B
C++
#include "FortAthenaNewsWidget.h"
|
|
|
|
|
|
|
|
void UFortAthenaNewsWidget::PlayNewsTilesIntro() {
|
|
}
|
|
|
|
void UFortAthenaNewsWidget::LogMotDLobbyNavAction() {
|
|
}
|
|
|
|
void UFortAthenaNewsWidget::LogMotDCloseAction() {
|
|
}
|
|
|
|
|
|
UFortAthenaNewsWidget::UFortAthenaNewsWidget() {
|
|
this->NewsTileClass = NULL;
|
|
this->SpotlightNewsTileClass = NULL;
|
|
this->SpecialEventNewsTileClass = NULL;
|
|
this->SpotlightSpecialEventNewsTileClass = NULL;
|
|
this->CommonText_NewsHeader = NULL;
|
|
this->ScrollBox_NewsContainer = NULL;
|
|
this->HorizontalBox_NewsContainer = NULL;
|
|
this->VerticalBox_SpotlightNewsContainer = NULL;
|
|
}
|
|
|