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
enum EInitFlags
{
None = 0,
AttemptConnection = 1 << 0,
SupressErrorLogging = 1 << 1,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Flags used when calling ISourceControlProvider::Init