Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/USourceControlHelpers > API/Developer/SourceControl/USourceControlHelpers/AnnotateFile
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
| Include | #include "SourceControlHelpers.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp |
static bool AnnotateFile
&40;
ISourceControlProvider & InProvider,
const FString & InLabel,
const FString & InFile,
TArray< FAnnotationLine > & OutLines
&41;
Remarks
Helper function to annotate a file using a label true if successful
Parameters
| Name | Description |
|---|---|
| InProvider | The provider to use |
| InLabel | The label to use to retrieve the file |
| InFile | The file to annotate |
| OutLines | Output array of annotated lines |