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

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;
}