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

OvrPlatform_Application_GetVersion Function

Requests version information, including the field FOvrApplicationVersion::CurrentCode and field FOvrApplicationVersion::CurrentName of the currently installed app and field FOvrApplicationVersion::LatestCode, field FOvrApplicationVersion::LatestName, field FOvrApplicationVersion::Size and field FOvrApplicationVersion::ReleaseDate of the latest app update.

Signature

void OVRPLATFORM_API OvrPlatform_Application_GetVersion(UGameInstance *GameInstance, OvrPlatform_Application_GetVersion_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_Application_GetVersion_Delegate &&

Returns

void OVRPLATFORM_API