PICO Unreal Platform SDK
FPicoOnlineLeaderboardWrite Struct Reference

Interface for writing data to a leaderboard. Similar to FOnlineLeaderboardWrite. More...

#include <OnlineSubsystemPicoNames.h>

Public Attributes

ELeaderboardUpdateMethodPicoType UpdateMethod
 
TArray< FString > LeaderboardNames
 
FString RatedStat
 
int32 ValueToWrite
 

Detailed Description

Interface for writing data to a leaderboard. Similar to FOnlineLeaderboardWrite.

Member Data Documentation

◆ LeaderboardNames

TArray<FString> LeaderboardNames

Names of the leaderboards to write data to

◆ RatedStat

FString RatedStat

Name of the stat that the leaderboard is rated by

◆ UpdateMethod

Update method

◆ ValueToWrite

int32 ValueToWrite

The score you want to write in a leaderboard