UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::FDownloadDelegates Struct Reference

Public Member Functions

 FDownloadDelegates ()=default
 
 FDownloadDelegates (const FDownloadCompleteDelegate &InOnCompleteDelegate, const FDownloadProgressDelegate &InOnProgressDelegate)
 

Public Attributes

FDownloadCompleteDelegate OnCompleteDelegate
 
FDownloadProgressDelegate OnProgressDelegate
 

Constructor & Destructor Documentation

◆ FDownloadDelegates() [1/2]

BuildPatchServices::FDownloadDelegates::FDownloadDelegates ( )
default

◆ FDownloadDelegates() [2/2]

BuildPatchServices::FDownloadDelegates::FDownloadDelegates ( const FDownloadCompleteDelegate InOnCompleteDelegate,
const FDownloadProgressDelegate InOnProgressDelegate 
)

Member Data Documentation

◆ OnCompleteDelegate

FDownloadCompleteDelegate BuildPatchServices::FDownloadDelegates::OnCompleteDelegate

◆ OnProgressDelegate

FDownloadProgressDelegate BuildPatchServices::FDownloadDelegates::OnProgressDelegate

The documentation for this struct was generated from the following file: