API reference

OVR_AssetFileDownloadResult.h File

Typedefs

struct ovrAssetFileDownloadResult * ovrAssetFileDownloadResultHandle
An AssetFileDownloadResult represents an asset that has been successfully downloaded. It's used to store information about an asset that has been downloaded, such as its location on the local file system and its unique identifier asset file ID. It can be retrieved using ovr_AssetFile_DownloadByName().

Functions

ovrID ovr_AssetFileDownloadResult_GetAssetId
ID of the asset file. It can be retrieved using ovr_AssetDetails_GetAssetId(). It can be used to retrieve the AssetFileDownloadResult by ovr_AssetFile_DownloadById().
const char * ovr_AssetFileDownloadResult_GetFilepath
File path of the asset file.