API reference
API reference
Select your platform
No SDKs available
No versions available

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 UOvrRequestsBlueprintLibrary::AssetFile_DownloadByName().

Fields

ID of the asset file. It can be retrieved using field FOvrAssetDetails::AssetId. It can be used to retrieve the AssetFileDownloadResult by UOvrRequestsBlueprintLibrary::AssetFile_DownloadById().
File path of the asset file.

Member Functions

This is the default constructor for the struct, which initializes the ::ovrAssetFileDownloadResultHandle and TOvrMessageHandlePtr to their default values.
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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon