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

OvrPlatform_AssetFile_DeleteById Function

Removes a previously installed asset file from the device by its ID. Returns an object containing the asset ID and file name, and a success flag.

Signature

void OVRPLATFORM_API OvrPlatform_AssetFile_DeleteById(UGameInstance *GameInstance, FOvrId AssetFileID, OvrPlatform_AssetFile_DeleteById_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
AssetFileID: FOvrId
Delegate: OvrPlatform_AssetFile_DeleteById_Delegate &&

Returns

void OVRPLATFORM_API