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