Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlFileStatusMonitor > API/Developer/SourceControl/FSourceControlFileStatusMonitor/StopMonitoringFiles
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
| Include | #include "SourceControlFileStatusMonitor.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlFileStatusMonitor.cpp |
void StopMonitoringFiles
&40;
uintptr_t OwnerId,
const TArray< FString > & AbsPathnames
&41;
Remarks
Stops monitoring the source control status of the specified file. If the specified file is not monitored, the function returns successfully.
This can be called fron the FOnSourceControlFileStatus callback passed to StartMonitoringFile().
Parameters
| Name | Description |
|---|---|
| OwnerId | The unique Id of the caller, typically the caller memory address. |
| AbsPathname | The absolute path and filname of the file to stop monitoring. |