Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis< ISourceControlLabel >
- 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
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetFileRevisions
(
const FString& InFile, |
Get a list of file revisions at this label. | |
| bool | GetFileRevisions
(
const TArray< FString >& InFiles, |
Get a list of file revisions at this label. | |
| const FString & | GetName () |
Get the name of this label | |
| bool | Sync
(
const FString& InFilename |
Sync a path/filename to this label | |
| bool | Sync
(
const TArray< FString >& InFilenames |
Sync a list of paths/filenames to this label |