FAnnotationLine

A single line of an annotated file

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlRevision.h"

Syntax

class FAnnotationLine

Remarks

A single line of an annotated file

Variables

Name Description

Public variable

int32

 

ChangeNumber

Public variable

FString

 

Line

Public variable

FString

 

UserName

Constructors

Name Description

Public function

FAnnotationLine

(
    int32 InChangeNumber,
    const FString& InUserName,
    const FString& InLine
)

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