ISourceControlOperation::CanBeCalledFromBackgroundThreads

This will return true if the operation can be safely called from a background thread.

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

  • ISourceControlOperation::CanBeCalledFromBackgroundThreads()

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h
Include #include "ISourceControlOperation.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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library