FAnnotationLine

A single line of an annotated file

Unreal Engine C++ API Reference > Developer > SourceControl

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

Type Name Description
int32 ChangeNumber  
FString Line  
FString UserName  

Constructors

Type Name Description
  FAnnotationLine ( int32 InChangeNumber, const FString& InUserName, const FString& InLine )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library