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

int32

 

RevisionNumber

Revision to sync to

Functions

Name Description

Public function

void

 

SetRevision

(
    int32 InRevisionNumber
)

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

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