Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
| Type | Name | Description | |
|---|---|---|---|
| void | QueueStatusUpdate
(
const TArray< UPackage* >& InPackages |
Queues a file to have its source control status updated in the background. | |
| void | QueueStatusUpdate
(
const TArray< FString >& InFilenames |
Queues a file to have its source control status updated in the background. | |
| void | QueueStatusUpdate
(
UPackage* InPackage |
Queues a file to have its source control status updated in the background. | |
| void | QueueStatusUpdate
(
const FString& InFilename |
Queues a file to have its source control status updated in the background. |