Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlLabel
Overloads
| 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 |
GetFileRevisions(const FString &, TArray< TSharedRef< class ISourceControlRevision, ESPMode::ThreadSafe > > &)
Description
Get a list of file revisions at this label.
| Name | GetFileRevisions |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h |
| Include Path | #include "ISourceControlLabel.h" |
virtual bool GetFileRevisions
(
const FString & InFile,
TArray < TSharedRef < class ISourceControlRevision , ESPMode::ThreadSafe > > & OutRevisions
) const
Parameters
| Name | Remarks |
|---|---|
| InFile | The file/directory to get |
| OutRevisions | The revisions retrieved by the operation |
GetFileRevisions(const TArray< FString > &, TArray< TSharedRef< class ISourceControlRevision, ESPMode::ThreadSafe > > &)
Description
Get a list of file revisions at this label.
| Name | GetFileRevisions |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h |
| Include Path | #include "ISourceControlLabel.h" |
bool GetFileRevisions
(
const TArray < FString > & InFiles,
TArray < TSharedRef < class ISourceControlRevision , ESPMode::ThreadSafe > > & OutRevisions
) const
Parameters
| Name | Remarks |
|---|---|
| InFiles | The files/directories to get |
| OutRevisions | The revisions retrieved by the operation |