FSourceControlFileStatusMonitor::SetUpdateStatusPeriodPolicy

Set the status refresh period.

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

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h
Include #include "SourceControlFileStatusMonitor.h"
void SetUpdateStatusPeriodPolicy
(
    const [FTimespan](API\Runtime\Core\Misc\FTimespan) & InRefreshPeriod
)

Remarks

Set the status refresh period. By default, the monitored files are refreshed every 5 minutes, providing the monitor is it suspended according to the suspend monitor policy. The refresh period has an impact on the load of the source control provider. A short period may overload the provider service.

See Also

SetSuspendMonitoringPolicy


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library