FOvrInstalledApplication Struct
InstalledApplication provides a way to retrieve information about installed application on a device, including their package name, application ID, version name, version code, and status. This information can be useful for tracking the status of applications on a device and identifying any issues that may need to be addressed.
FString ApplicationId[Get]
It's a type of string represents the ID of the application, which is a unique identifier for the app.
The package name of the installed application.
A string represents the status of the installed application.
FOvrInstalledApplication ( )
This is the default constructor for the struct, which initializes the ::ovrInstalledApplicationHandle and
TOvrMessageHandlePtr to their default values.
FOvrInstalledApplication ( ovrInstalledApplicationHandle OvrHandle,
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.
void Update ( ovrInstalledApplicationHandle OvrHandle,
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.