PICO Unreal Platform SDK
UPico_MatchmakingStats Class Reference

UPico_MatchmakingStats class. More...

#include <Pico_Matchmaking.h>

Public Member Functions

int32 GetDrawCount ()
 The current user's number of draws.
 
int32 GetLossCount ()
 The current user's number of losses.
 
int32 GetSkillLevel ()
 The current user's skill level for the current matchmaking pool.
 
float GetSkillMean ()
 The average of all skill levels for the current matchmaking pool.
 
float GetSkillStandardDeviation ()
 The standard deviation of all skill levels for the current matchmaking pool.
 
int32 GetWinCount ()
 The current user's number of wins.
 

Detailed Description