Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > FDownloadFile
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
Include | #include "SourceControlOperations.h" |
virtual bool CanBeCalledFromBackgroundThreads() const
Remarks
This will return true if the operation can be safely called from a background thread. Currently it is assumed to only the operation 'FDownloadFile' will return true at least until the API is made thread safe.