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

FOvrAssetFileDeleteResult Struct

An AssetFileDeleteResult contains the result of a deleted asset file. You can delete an asset file by using UOvrRequestsBlueprintLibrary::AssetFile_DeleteById() or UOvrRequestsBlueprintLibrary::AssetFile_DeleteByName(). The delete result contains the field FOvrAssetFileDeleteResult::AssetId, the file path, and the success status of the deleted asset.

Fields

Deprecated
You can use field FOvrAssetFileDeleteResult::AssetId to retrieve the ID of the asset file.
This represents the ID of the asset file. When you want to use field FOvrAssetFileDeleteResult::AssetFileId, you need to use field FOvrAssetFileDeleteResult::AssetId instead. It can be retrieved using field FOvrAssetDetails::AssetId.
File path of the asset file.
You can use this to determine whether deleting an asset file was successful or not.

Member Functions

This is the default constructor for the struct, which initializes the ::ovrAssetFileDeleteResultHandle 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