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

FOvrApplicationVersion Struct

Represents the version information for an application. The information includes the date of latest release, the size of the latest release and the application name and version code of currently installed version and the latest release. You can retrieve it with UOvrRequestsBlueprintLibrary::Application_GetVersion().

Fields

The version code number for the version of the application that is currently installed on the device.
The version name string for the version of the application that is currently installed on the device.
Version code number of the latest update of the application. This may or may not be currently installed on the device.
Version name string of the latest update of the application. This may or may not be currently installed on the device.
Seconds since epoch when the latest application update was released. You need to convert this date to a human readable format before displaying it to the application users.
Size of the latest application update in bytes.

Member Functions

This is the default constructor for the struct, which initializes the ::ovrApplicationVersionHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon