FOvrAssetFileDownloadResult Struct
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 AssetFile_DownloadByName().
ID of the asset file. It can be retrieved using field
FOvrAssetDetails::AssetId. It can be used to retrieve the AssetFileDownloadResult by AssetFile_DownloadById().
File path of the asset file.
FOvrAssetFileDownloadResult ( )
FOvrAssetFileDownloadResult 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.