Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlFileStatusMonitor
Description
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().
| Name | StopMonitoringFile |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
| Include Path | #include "SourceControlFileStatusMonitor.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlFileStatusMonitor.cpp |
void StopMonitoringFile
(
uintptr_t OwnerId,
const FString & AbsPathname
)
Parameters
| Name | Remarks |
|---|---|
| OwnerId | The unique Id of the caller, typically the caller memory address. |
| AbsPathname | The absolute path and filname of the file to stop monitoring. |