API reference
API reference
Select your platform
No SDKs available
No versions available

OvrPlatform_Leaderboard_WriteEntryWithSupplementaryMetric Function

Writes a single entry to a leaderboard which can include supplementary metrics, returning FOvrLeaderboardUpdateStatus indicating whether the update was successful and providing the updated challenge IDs.

Signature

void OVRPLATFORM_API OvrPlatform_Leaderboard_WriteEntryWithSupplementaryMetric(UGameInstance *GameInstance, FString LeaderboardName, int64 Score, int64 SupplementaryMetric, TArray< uint8 > ExtraData, bool ForceUpdate, OvrPlatform_Leaderboard_WriteEntryWithSupplementaryMetric_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
LeaderboardName: FString
Score: int64
SupplementaryMetric: int64
ExtraData: TArray< uint8 >
ForceUpdate: bool
Delegate: OvrPlatform_Leaderboard_WriteEntryWithSupplementaryMetric_Delegate &&

Returns

void OVRPLATFORM_API