Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlOperation
- ISourceControlOperation::CanBeCalledFromBackgroundThreads()
- FDownloadFile::CanBeCalledFromBackgroundThreads()
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h |
| Include | #include "ISourceControlOperation.h" |
virtual bool CanBeCalledFromBackgroundThreads&40;&41; 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.