ISourceControlLabel

Abstraction of a source control label/tag.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

ISourceControlLabel

References

Module

SourceControl

Header

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

Include

#include "ISourceControlLabel.h"

Syntax

class ISourceControlLabel : public TSharedFromThis< ISourceControlLabel >

Remarks

Abstraction of a source control label/tag.

Destructors

Name Description

Public function Virtual

~ISourceControlLabel()

Virtual destructor

Functions

Name Description

Public function Virtual Const

bool

 

GetFileRevisions

(
    const FString& InFile,
    TArray< TSharedRef< class ISourceCo...
)

Get a list of file revisions at this label.

Public function Const

bool

 

GetFileRevisions

(
    const TArray< FString >& InFiles,
    TArray< TSharedRef< class ISourceCo...
)

Get a list of file revisions at this label.

Public function Const

const FStrin...

 

GetName()

Get the name of this label

Public function Virtual Const

bool

 

Sync

(
    const FString& InFilename
)

Sync a path/filename to this label

Public function Const

bool

 

Sync

(
    const TArray< FString >& InFilenam...
)

Sync a list of paths/filenames to this label

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