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,
int32 InCheckInIdentifier,
const FString & InFile,
TArray< FAnnotationLine > & OutLines
&41;
Remarks
Helper function to annotate a file using a changelist/checkin identifier true if successful
Parameters
| Name | Description |
|---|---|
| InProvider | The provider to use |
| InCheckInIdentifier | The changelist/checkin identifier to use to retrieve the file |
| InFile | The file to annotate |
| OutLines | Output array of annotated lines |