FOvrAssetFileDownloadCancelResult Struct
An AssetFileDownloadCancelResult represents the result of a canceled download action of an asset file. You can cancel a download of an asset file by using AssetFile_DownloadCancelById() or AssetFile_DownloadCancelById(). The result contains three fields which are the asset file ID(use field FOvrAssetFileDownloadCancelResult::AssetId to access), the file path, and success status of the canceled download.
ID of the asset file. NOTE: this does not represent the ID of the asset.
File path of the asset file.
You can use this to determine whether the cancel request of downloading an asset file has succeeded.
FOvrAssetFileDownloadCancelResult ( )
FOvrAssetFileDownloadCancelResult 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.