int32 | CurrentCode[Get] |
FString | CurrentName[Get] |
int32 | LatestCode[Get] |
FString | LatestName[Get] |
int64 | ReleaseDate[Get] |
FString | Size[Get] |
FOvrApplicationVersion ( ovrApplicationVersionHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) | |
void | Clear ( ) |
void |
int32 FOvrApplicationVersion::CurrentCode |
---|
Version code number for the version of the application currently installed on the device. |
FString FOvrApplicationVersion::CurrentName |
---|
Version name string for the version of the application currently installed on the device. |
int32 FOvrApplicationVersion::LatestCode |
---|
Version code number of the latest update of the application. This may or may not be currently installed on the device. |
FString FOvrApplicationVersion::LatestName |
---|
Version name string of the latest update of the application. This may or may not be currently installed on the device. |
int64 FOvrApplicationVersion::ReleaseDate |
---|
Seconds since epoch when the latest application update was released. |
FString FOvrApplicationVersion::Size |
---|
Size of the latest application update in bytes. |
FOvrApplicationVersion::FOvrApplicationVersion ( ) |
---|
No description available.
|
FOvrApplicationVersion::FOvrApplicationVersion ( ovrApplicationVersionHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|
void FOvrApplicationVersion::Clear ( ) |
---|
No description available.
|
void FOvrApplicationVersion::Update ( ovrApplicationVersionHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|