Files
UnrealEvent/Project/Source/FortniteUI/Private/AthenaViewStreamingReplayModalBase.cpp
2026-04-22 15:51:07 +02:00

13 lines
357 B
C++

#include "AthenaViewStreamingReplayModalBase.h"
void UAthenaViewStreamingReplayModalBase::PlayStreamingDSSReplay(const FString& GameSessionId) const {
}
bool UAthenaViewStreamingReplayModalBase::IsValidGameSessionId(const FString& GameSessionId) const {
return false;
}
UAthenaViewStreamingReplayModalBase::UAthenaViewStreamingReplayModalBase() {
}