Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlLabel
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual bool Sync
(
const FString& InFilename
) const
|
Sync a path/filename to this label |
ISourceControlLabel.h |
|
bool Sync
(
const TArray< FString >& InFilenames
) const
|
Sync a list of paths/filenames to this label |
ISourceControlLabel.h |
|
Sync(const FString &)
Description
Sync a path/filename to this label
| |
|
| Name |
Sync |
| Type |
function |
| Header File |
/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h |
| Include Path |
#include "ISourceControlLabel.h" |
virtual bool Sync
(
const FString & InFilename
) const
Parameters
| Name |
Remarks |
| InFilename |
The path or filename to sync |
Sync(const TArray< FString > &)
Description
Sync a list of paths/filenames to this label
| |
|
| Name |
Sync |
| Type |
function |
| Header File |
/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h |
| Include Path |
#include "ISourceControlLabel.h" |
bool Sync
(
const TArray < FString > & InFilenames
) const
Parameters
| Name |
Remarks |
| InFilenames |
The paths or filenames to sync |