FSync

Operation used to sync files to the state they are in source control

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h

Include

#include "SourceControlOperations.h"

Syntax

class FSync : public FSourceControlOperationBase

Remarks

Operation used to sync files to the state they are in source control

Variables

Name Description

Protected variable

FString

 

Revision

Revision to sync to

Functions

Name Description

Public function Const

const FStrin...

 

GetRevision()

Public function

void

 

SetRevision

(
    const FString& InRevision
)

Overridden from ISourceControlOperation

Name Description

Public function Virtual Const

FText

 

GetInProgressString()

Get the string to display when this operation is in progress

Public function Virtual Const

FName

 

GetName()

Get the name of this operation, used as a unique identifier

Deprecated Functions

Name Description

Public function

void

 

SetRevisionNumber

(
    int32 InRevisionNumber
)

FSync::SetRevisionNumber(int32) has been deprecated. Please update to Fsync::SetRevision(const FString&).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss