Navigation
API > API/Developer > API/Developer/SourceControl
A single line of an annotated file
| |
|
| Name |
FAnnotationLine |
| Type |
class |
| Header File |
/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h |
| Include Path |
#include "ISourceControlRevision.h" |
Syntax
class FAnnotationLine
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FAnnotationLine
(
int32 InChangeNumber,
const FString& InUserName,
const FString& InLine
)
|
|
ISourceControlRevision.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ChangeNumber |
int32 |
|
ISourceControlRevision.h |
|
| Line |
FString |
|
ISourceControlRevision.h |
|
| UserName |
FString |
|
ISourceControlRevision.h |
|
Functions
Public