Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlFileStatusMonitor
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
| Include | #include "SourceControlFileStatusMonitor.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlFileStatusMonitor.cpp |
void StopMonitoringFile
&40;
uintptr_t OwnerId,
const FString & AbsPathname
&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. |