Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider
Flags used when calling ISourceControlProvider::Init
| Name | EInitFlags |
| Type | enum |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
| Include Path | #include "ISourceControlProvider.h" |
Syntax
enum EInitFlags
{
None = 0,
AttemptConnection = 1 << 0,
SupressErrorLogging = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | No flags set |
| AttemptConnection | A connection attempt to the provider will be made as part of the initialization |
| SupressErrorLogging | Errors will not be logged but will still be returned to the caller |