Omni One Unreal SDK 1.1.0
The Omni One Unreal SDK allows for games to interface with the Omni platform service.
Loading...
Searching...
No Matches
UOmniVersionData

Description

Information about the application's version.

#include <OmniVersionData.h>

Inherits UObject.

Public Member Functions

FString GetCurrentName ()
 Get the name of the current application version.
 
int64 GetCurrentCode ()
 Get the code of the current application version.
 
int64 GetLatestCode ()
 Get the latest code of the application version.
 

Methods

◆ GetLatestCode()

int64 UOmniVersionData::GetLatestCode ( )

Get the latest code of the application version.

Note that the data returned is invalid.