Files
2026-04-22 15:51:07 +02:00

18 lines
509 B
C++

#include "AthenaProfileStatContext.h"
TArray<UAthenaMatchStatView*> UAthenaProfileStatContext::CreateMatchViews(const TArray<FAthenaMatchStats>& InRecentMatches) {
return TArray<UAthenaMatchStatView*>();
}
UAthenaMatchSetStatView* UAthenaProfileStatContext::CreateMatchStatView(UAthenaSeasonStats* StatSet, FName Bucket) {
return NULL;
}
UAthenaMatchStatView* UAthenaProfileStatContext::CreateCurrentMatchStatView() {
return NULL;
}
UAthenaProfileStatContext::UAthenaProfileStatContext() {
}