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

OVR_AssetFileDeleteResult.h File

Typedefs

An AssetFileDeleteResult contains the result of a deleted asset file. You can delete an asset file by using ovr_AssetFile_DeleteById() or ovr_AssetFile_DeleteByName(). The delete result contains the ovr_AssetFileDeleteResult_GetAssetId(), the file path, and the success status of the deleted asset.

Functions

Deprecated
You can use ovr_AssetFileDeleteResult_GetAssetId() to retrieve the ID of the asset file.
This represents the ID of the asset file. When you want to use ovr_AssetFileDeleteResult_GetAssetFileId(), you need to use ovr_AssetFileDeleteResult_GetAssetId() instead.
File path of the asset file.
You can use this to determine whether deleting an asset file was successful or not.
Did you find this page helpful?