Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to update the source control status of files
| Name | FUpdateStatus |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FUpdateStatus : public FSourceControlOperationBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUpdateStatus() |
SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDirectoryPath
(
const FString& Path |
Returns if the given path should be considered a directory or not. | SourceControlOperations.h | |
void SetCheckingAllFiles
(
bool bInCheckingAllFiles |
SourceControlOperations.h | ||
void SetForceUpdate
(
const bool bInForceUpdate |
SourceControlOperations.h | ||
void SetGetOpenedOnly
(
bool bInGetOpenedOnly |
SourceControlOperations.h | ||
void SetQuiet
(
bool bInQuiet |
SourceControlOperations.h | ||
void SetRequireDirPathEndWithSeparator
(
bool bFlag |
Sets the method that the operation will use to determine if a path references a file or a directory. | SourceControlOperations.h | |
void SetUpdateHistory
(
bool bInUpdateHistory |
SourceControlOperations.h | ||
void SetUpdateModifiedState
(
bool bInUpdateModifiedState |
SourceControlOperations.h | ||
void SetUpdateModifiedStateToLocalRevision
(
bool bInUpdateModifiedStateToLocalRevision |
SourceControlOperations.h | ||
bool ShouldBeQuiet() |
SourceControlOperations.h | ||
bool ShouldCheckAllFiles() |
SourceControlOperations.h | ||
bool ShouldForceUpdate() |
SourceControlOperations.h | ||
bool ShouldGetOpenedOnly() |
SourceControlOperations.h | ||
bool ShouldUpdateHistory() |
SourceControlOperations.h | ||
bool ShouldUpdateModifiedState() |
SourceControlOperations.h | ||
bool ShouldUpdateModifiedStateToLocalRevision() |
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 |