This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrAssetFileDeleteResult * |
| ovrID | DEPRECATED. Use ovr_AssetFileDeleteResult_GetAssetId(). |
| ovrID | ID of the asset file. |
| const char * | File path of the asset file. |
| bool | Whether the asset delete was successful. |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_ASSETFILEDELETERESULT_H #define OVR_ASSETFILEDELETERESULT_H #include "OVR_Platform_Defs.h" #include "OVR_Types.h" #include <stdbool.h> typedefstruct ovrAssetFileDeleteResult *ovrAssetFileDeleteResultHandle; OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDeleteResult_GetAssetFileId(const ovrAssetFileDeleteResultHandle obj); OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDeleteResult_GetAssetId(const ovrAssetFileDeleteResultHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_AssetFileDeleteResult_GetFilepath(const ovrAssetFileDeleteResultHandle obj); OVRP_PUBLIC_FUNCTION(bool) ovr_AssetFileDeleteResult_GetSuccess(const ovrAssetFileDeleteResultHandle obj); #endif