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

OvrPlatform_AssetFile_DownloadCancelByName Function

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

Signature

void OVRPLATFORM_API OvrPlatform_AssetFile_DownloadCancelByName(UGameInstance *GameInstance, FString AssetFileName, OvrPlatform_AssetFile_DownloadCancelByName_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
AssetFileName: FString
Delegate: OvrPlatform_AssetFile_DownloadCancelByName_Delegate &&

Returns

void OVRPLATFORM_API