AnnotateFile

Overload list

Unreal Engine C++ API Reference > Developer > SourceControl > USourceControlHelpers

  Type Name Description
Public function Static bool

AnnotateFile ( ISourceControlProvider& InProvider,
const FString& InLabel,
const FString& InFile,
TArray< FAnnotationLine >& OutLines
)

Helper function to annotate a file using a label
Public function Static bool

AnnotateFile ( ISourceControlProvider& InProvider,
int32 InCheckInIdentifier,
const FString& InFile,
TArray< FAnnotationLine >& OutLines
)

Helper function to annotate a file using a changelist/checkin identifier

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page