ISourceControlRevision::GetAnnotated

Get an annotated revision of the file & store it in a temp file.

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h

Include

#include "ISourceControlRevision.h"

Syntax

bool GetAnnotated
(
    TArray< FAnnotationLine > & OutLines
) const

Remarks

Get an annotated revision of the file & store it in a temp file.

Returns

true if the operation succeeded.

Parameters

Parameter

Description

OutLines

Array of lines representing the contents of the file.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss