Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
| Include | #include "ISourceControlProvider.h" |
Syntax
struct FInitResult
Remarks
The result info returned form calls to ISourceControlProvider::Init
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAvailable | True if the provider is ready for use, otherwise false. | |
| TMap< EStatus, FString > | ConnectionSettings | Contains the important settings used when trying to make a server connection. | |
| ISourceControlProvider::FInitResult::FConnectionErrors | Errors |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConnectionErrors | Contains errors encountered during initialization |