Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void QueueStatusUpdate
(
const TArray< UPackage* >& InPackages |
Queues a file to have its source control status updated in the background. | ISourceControlModule.h | |
void QueueStatusUpdate
(
const TArray< FString >& InFilenames |
Queues a file to have its source control status updated in the background. | ISourceControlModule.h | |
void QueueStatusUpdate
(
UPackage* InPackage |
Queues a file to have its source control status updated in the background. | ISourceControlModule.h | |
void QueueStatusUpdate
(
const FString& InFilename |
Queues a file to have its source control status updated in the background. | ISourceControlModule.h |
QueueStatusUpdate(const TArray< UPackage * > &)
Description
Queues a file to have its source control status updated in the background.
| Name | QueueStatusUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
void QueueStatusUpdate
(
const TArray < UPackage * > & InPackages
)
Parameters
| Name | Remarks |
|---|---|
| InPackages | The packages to queue. |
QueueStatusUpdate(const TArray< FString > &)
Description
Queues a file to have its source control status updated in the background.
| Name | QueueStatusUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
void QueueStatusUpdate
(
const TArray < FString > & InFilenames
)
Parameters
| Name | Remarks |
|---|---|
| InFilenames | The files to queue. |
QueueStatusUpdate(UPackage *)
Description
Queues a file to have its source control status updated in the background.
| Name | QueueStatusUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
void QueueStatusUpdate
(
UPackage * InPackage
)
Parameters
| Name | Remarks |
|---|---|
| InPackage | The package to queue. |
QueueStatusUpdate(const FString &)
Description
Queues a file to have its source control status updated in the background.
| Name | QueueStatusUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
void QueueStatusUpdate
(
const FString & InFilename
)
Parameters
| Name | Remarks |
|---|---|
| InFilename | The file to queue. |