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

OvrPlatform_Leaderboard_WriteEntry Function

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

Signature

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

Parameters

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

Returns

void OVRPLATFORM_API