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

OvrPlatform_Achievements_GetProgressByName Function

Retrieve the user's progress on the achievements that match the specified names.

Signature

void OVRPLATFORM_API OvrPlatform_Achievements_GetProgressByName(UGameInstance *GameInstance, TArray< FString > Names, OvrPlatform_Achievements_GetProgressByName_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Names: TArray< FString >
Delegate: OvrPlatform_Achievements_GetProgressByName_Delegate &&

Returns

void OVRPLATFORM_API