Navigation
Unreal Engine C++ API Reference > 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 |