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

FOvrApplicationVersion Struct

Represents the version information for an application.

Constructors

FOvrApplicationVersion ()
Signature
FOvrApplicationVersion::FOvrApplicationVersion()
FOvrApplicationVersion ( OvrHandle , MessageHandlePtr )
Signature
FOvrApplicationVersion::FOvrApplicationVersion(ovrApplicationVersionHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

CurrentCode : int32
Version code number for the version of the application currently installed on the device.
Signature
int32 FOvrApplicationVersion::CurrentCode
CurrentName : FString
Version name string for the version of the application currently installed on the device.
Signature
FString FOvrApplicationVersion::CurrentName
LatestCode : int32
Version code number of the latest update of the application. This may or may not be currently installed on the device.
Signature
int32 FOvrApplicationVersion::LatestCode
LatestName : FString
Version name string of the latest update of the application. This may or may not be currently installed on the device.
Signature
FString FOvrApplicationVersion::LatestName
ReleaseDate : int64
Seconds since epoch when the latest application update was released.
Signature
int64 FOvrApplicationVersion::ReleaseDate
Size : FString
Size of the latest application update in bytes.
Signature
FString FOvrApplicationVersion::Size

Member Functions

Clear ()
Signature
void FOvrApplicationVersion::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrApplicationVersion::Update(ovrApplicationVersionHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void