Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > FSourceControlFileStatusMonitor
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
Include | #include "SourceControlFileStatusMonitor.h" |
void SetNewRequestProbationPeriodPolicy ( const [FTimespan](API\Runtime\Core\Misc\FTimespan) & InPropbationPeriod )
Remarks
Set the times waited before a newly added file status request is sent to the source control provider. This is used batch several status for file added closed in time into a single server request, for example if StartMonitoringFile() is called in a loop or when the user scroll a long list of files for which the status needs to be updated. Setting a value of 0 remove the probation period. By default, the propbation period is 1 second.