Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlFileStatusMonitor
Description
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.
| Name | SetNewRequestProbationPeriodPolicy |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
| Include Path | #include "SourceControlFileStatusMonitor.h" |
void SetNewRequestProbationPeriodPolicy
(
const FTimespan & InPropbationPeriod
)