Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to update the source control status of changelist(s)
| Name | FUpdatePendingChangelistsStatus |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FUpdatePendingChangelistsStatus : public FSourceControlOperationBase
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUpdateAllChangelists | bool | SourceControlOperations.h | ||
| bUpdateFilesStates | bool | SourceControlOperations.h | ||
| bUpdateShelvedFilesStates | bool | SourceControlOperations.h | ||
| ChangelistsToUpdate | TArray< FSourceControlChangelistRef > | SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FSourceControlChangelistRef > & GetChangelistsToUpdate() |
SourceControlOperations.h | ||
void SetChangelistsToUpdate
(
const TArray< FSourceControlChangelistRef >& InChangelistsToUpdate |
SourceControlOperations.h | ||
void SetChangelistsToUpdate
(
const TArrayView< FSourceControlChangelistRef >& InChangelistsToUpdate |
SourceControlOperations.h | ||
void SetUpdateAllChangelists
(
bool bInUpdateAllChangelists |
SourceControlOperations.h | ||
void SetUpdateFilesStates
(
bool bInUpdateFilesStates |
SourceControlOperations.h | ||
void SetUpdateShelvedFilesStates
(
bool bInUpdateShelvedFilesStates |
SourceControlOperations.h | ||
bool ShouldUpdateAllChangelists() |
SourceControlOperations.h | ||
bool ShouldUpdateFilesStates() |
SourceControlOperations.h | ||
bool ShouldUpdateShelvedFilesStates() |
SourceControlOperations.h |
Overridden from ISourceControlOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetInProgressString() |
Get the string to display when this operation is in progress | SourceControlOperations.h | |
virtual FName GetName() |
Get the name of this operation, used as a unique identifier | SourceControlOperations.h |