Navigation
API > API/Plugins > API/Plugins/ChunkDownloader > API/Plugins/ChunkDownloader/FChunkDownloader
Syntax
TFunction< void(const FString &FileName, const FString &Url, uint64 SizeBytes, const FTimespan &DownloadTime, int32 HttpStatus)> OnDownloadAnalytics
Remarks
Called each time a download attempt finishes (success or failure). ONLY USE THIS IF YOU WANT TO PASSIVELY LISTEN. Downloads retry until successful.