API reference

OVR_AssetFileDeleteResult.h File

Typedefs

struct ovrAssetFileDeleteResult * ovrAssetFileDeleteResultHandle
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

ovrID ovr_AssetFileDeleteResult_GetAssetFileId
Deprecated
You can use ovr_AssetFileDeleteResult_GetAssetId() to retrieve the ID of the asset file.
ovrID ovr_AssetFileDeleteResult_GetAssetId
This represents the ID of the asset file. When you want to use ovr_AssetFileDeleteResult_GetAssetFileId(), you need to use ovr_AssetFileDeleteResult_GetAssetId() instead.
const char * ovr_AssetFileDeleteResult_GetFilepath
File path of the asset file.
bool ovr_AssetFileDeleteResult_GetSuccess
You can use this to determine whether deleting an asset file was successful or not.