Navigation
API > API/Developer > API/Developer/SourceControl
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h |
| Include | #include "SourceControlResultInfo.h" |
Syntax
struct FSourceControlResultInfo
Remarks
Accumulated error and info messages for a source control operation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FText > | ErrorMessages | Potential error message storage | |
| TArray< FText > | InfoMessages | Info and/or warning message storage | |
| TArray< FString > | Tags | Additional arbitrary information attached to the command |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
const FSourceControlResultInfo& InResultInfo |
Append any messages from another FSourceControlResultInfo, ensuring to keep any already accumulated info. | |
| bool | |||
| bool | HasErrors () |
||
| void | |||
| void |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAdditionalErrorContext |