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

OvrPlatform_Leaderboard_WriteEntry Function

Signature

void 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