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

OvrPlatform_AssetFile_DownloadCancelById Function

Cancels a previously spawned download request for an asset file by its ID. Returns an object containing the asset ID and file path, and a success flag.

Signature

void OVRPLATFORM_API OvrPlatform_AssetFile_DownloadCancelById(UGameInstance *GameInstance, FOvrId AssetFileID, OvrPlatform_AssetFile_DownloadCancelById_Delegate &&Delegate)

Parameters

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

Returns

void OVRPLATFORM_API