FOvrAssetFileDownloadUpdate Struct
An AssetFileDownloadUpdate represents the download status of an update for an asset file. It contains the asset file ID, the download progress of the update, and its completion status. It can be retrieved using FOvrNotification_AssetFile_DownloadUpdate.
This field is of type uint and represents the total number of bytes in the asset file.
int64 BytesTransferred[Get]
An integer represents the number of bytes that have been downloaded. -1 If the download hasn't started yet.
This field is of type boolean and indicates whether the download has been completed or not.
FOvrAssetFileDownloadUpdate ( )
FOvrAssetFileDownloadUpdate 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.