Navigation
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
Constructors
Type | Name | Description |
---|---|---|
FAnnotationLine ( int32 InChangeNumber, const FString& InUserName, const FString& InLine ) |