FUpdateStatus

Operation used to update the source control status of files

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SourceControl

Header

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

Include

#include "SourceControlOperations.h"

Syntax

class FUpdateStatus : public FSourceControlOperationBase

Remarks

Operation used to update the source control status of files

Variables

Name Description

Protected variable

bool

 

bCheckingAllFiles

Hint that we are intending on checking all files in the project - some providers can optimize for this

Protected variable

bool

 

bGetOpenedOnly

Whether to just get files that are opened/edited

Protected variable

bool

 

bUpdateHistory

Whether to update history

Protected variable

bool

 

bUpdateModifiedState

Whether to update the modified state - expensive

Constructors

Name Description

Public function

FUpdateStatus()

Functions

Name Description

Public function

void

 

SetCheckingAllFiles

(
    bool bInCheckingAllFiles
)

Public function

void

 

SetGetOpenedOnly

(
    bool bInGetOpenedOnly
)

Public function

void

 

SetUpdateHistory

(
    bool bInUpdateHistory
)

Public function

void

 

SetUpdateModifiedState

(
    bool bInUpdateModifiedState
)

Public function Const

bool

 

ShouldCheckAllFiles()

Public function Const

bool

 

ShouldGetOpenedOnly()

Public function Const

bool

 

ShouldUpdateHistory()

Public function Const

bool

 

ShouldUpdateModifiedState()

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