TryToDownloadFileFromBackgroundThread

Overload list

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlProvider

  Type Name Description
Public function bool

TryToDownloadFileFromBackgroundThread ( const TSharedRef< class FDownloadFile >& InOperation,
const FString& InFile
)

Executes the FDownloadFile operation, but unlike the Execute method this can be called from a background thread, this works because FDownloadFile is thread safe and it does not change the state of source control.
Public function Virtual bool

TryToDownloadFileFromBackgroundThread ( const TSharedRef< class FDownloadFile >& InOperation,
const TArray< FString >& InFiles
)

Executes the FDownloadFile operation, but unlike the Execute method this can be called from a background thread, this works because FDownloadFile is thread safe and it does not change the state of source control.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page