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

OvrPlatform_Achievements_GetDefinitionsByName Function

Retrieve the achievement definitions that match the specified names, including their name, unlock requirements, and any additional details.

Signature

void OVRPLATFORM_API OvrPlatform_Achievements_GetDefinitionsByName(UGameInstance *GameInstance, TArray< FString > Names, OvrPlatform_Achievements_GetDefinitionsByName_Delegate &&Delegate)

Parameters

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

Returns

void OVRPLATFORM_API