Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to determine the files that would be affected by a sync operation
| Name | FSyncPreview |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FSyncPreview : public FSourceControlOperationBase
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SourceControlOperations.h | |||
const FString & GetRevision() |
SourceControlOperations.h | ||
int64 GetTransferSize() |
SourceControlOperations.h | ||
bool IsHeadRevisionFlagSet() |
SourceControlOperations.h | ||
| SourceControlOperations.h | |||
void SetHeadRevisionFlag
(
const bool bInHeadRevision |
SourceControlOperations.h | ||
void SetRevision
(
const FString& InRevision |
SourceControlOperations.h | ||
void SetTransferSize
(
const int64 InTransferSize |
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 |