Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlOperation
Description
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.
Derived Overrides
- FDownloadFile::CanBeCalledFromBackgroundThreads
- FGetSourceControlRevisionInfo::CanBeCalledFromBackgroundThreads
| Name | CanBeCalledFromBackgroundThreads |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h |
| Include Path | #include "ISourceControlOperation.h" |
virtual bool CanBeCalledFromBackgroundThreads() const