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

17 lines
376 B
C++

#include "FortTournamentLiveGames.h"
void UFortTournamentLiveGames::SetTournamentIds(const FString& InTournamentId, const FString& InEventWindowId) {
}
void UFortTournamentLiveGames::OnViewLiveGames() {
}
UFortTournamentLiveGames::UFortTournamentLiveGames() {
this->SelectedGame = NULL;
this->ListView_SessionEntries = NULL;
this->Button_WatchGame = NULL;
}