#include "FortDivisionDetailsScreen.h" void UFortDivisionDetailsScreen::SetTournamentAndEventId(const FString& InTournamentId, const FString& InEventId) { } void UFortDivisionDetailsScreen::HandleRightDivisionClicked() { } void UFortDivisionDetailsScreen::HandleLeftDivisionClicked() { } UFortDivisionDetailsScreen::UFortDivisionDetailsScreen() { this->DetailsInfo = NULL; this->PayoutInfo = NULL; this->Text_Title = NULL; }