OnDownloadAnalytics

Called each time a download attempt finishes (success or failure). ONLY USE THIS IF YOU WANT TO PASSIVELY LISTEN. Downloads retry until successful.

Windows
MacOS
Linux

Syntax

TFunction< void &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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss