Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to get info about file(s) at a revision. CL number, datetime, and author will be returned.
| Name | FGetSourceControlRevisionInfo |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FGetSourceControlRevisionInfo : public FSourceControlOperationBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetSourceControlRevisionInfo() |
SourceControlOperations.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Author | FString | SourceControlOperations.h | ||
| Changelist | FString | SourceControlOperations.h | ||
| DateTime | FDateTime | SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetAuthor() |
SourceControlOperations.h | ||
FString GetChangelist() |
SourceControlOperations.h | ||
FDateTime GetDateTime() |
SourceControlOperations.h | ||
void InternalSetResults
(
const FString& InChangelist, |
Do not call outside of source control implementations. | SourceControlOperations.h | |
bool ShouldLogToStdOutput() |
Return true if the command should log its operations, otherwise false | SourceControlOperations.h |
Overridden from ISourceControlOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeCalledFromBackgroundThreads () |
This will return true if the operation can be safely called from a background thread. | SourceControlOperations.h | |
virtual FText GetInProgressString() |
Get the string to display when this operation is in progress | SourceControlOperations.h | |
virtual FName GetName() |
Get the name of this operation, used as a unique identifier | SourceControlOperations.h |