#include "FortShowdownScreen.h" void UFortShowdownScreen::NavigateTournamentRight() { } void UFortShowdownScreen::NavigateTournamentLeft() { } UFortShowdownScreen::UFortShowdownScreen() { this->TileItemClass = NULL; this->TournamentModalClass = NULL; this->TournamentTileGroup = NULL; this->ScrollBox_TournamentList = NULL; this->Button_Details = NULL; this->CommonTextBlock_RegionText = NULL; }