Navigation
API > API/Developer > API/Developer/SourceControl
Abstraction of a source control label/tag.
| Name | ISourceControlLabel |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h |
| Include Path | #include "ISourceControlLabel.h" |
Syntax
class ISourceControlLabel : public TSharedFromThis< ISourceControlLabel >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → ISourceControlLabel
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISourceControlLabel() |
Virtual destructor | ISourceControlLabel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetFileRevisions
(
const FString& InFile, |
Get a list of file revisions at this label. | ISourceControlLabel.h | |
bool GetFileRevisions
(
const TArray< FString >& InFiles, |
Get a list of file revisions at this label. | ISourceControlLabel.h | |
const FString & GetName() |
Get the name of this label | ISourceControlLabel.h | |
virtual bool Sync
(
const FString& InFilename |
Sync a path/filename to this label | ISourceControlLabel.h | |
| Sync a list of paths/filenames to this label | ISourceControlLabel.h |