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

Platform 1.32 Reference Guide

OVR_AssetFileDeleteResult.h File Reference

Typedefs

struct ovrAssetFileDeleteResult *

Typedef Documentation

typedef struct ovrAssetFileDeleteResult* ovrAssetFileDeleteResultHandle ( )

Function Documentation

ovrID ovr_AssetFileDeleteResult_GetAssetFileId ( const ovrAssetFileDeleteResultHandle obj )
ovrID ovr_AssetFileDeleteResult_GetAssetId ( const ovrAssetFileDeleteResultHandle obj )
ID of the asset file.
const char* ovr_AssetFileDeleteResult_GetFilepath ( const ovrAssetFileDeleteResultHandle obj )
File path of the asset file.
bool ovr_AssetFileDeleteResult_GetSuccess ( const ovrAssetFileDeleteResultHandle obj )
Whether the asset delete was successful.
1
2
3
4
5
6
7
8
9
10
11
13
14
16
17
19
20
22
23
24
25
// 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
The documentation for this file was generated from the following file: OVR_AssetFileDeleteResult.h