Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlInitSettings
| Name | EBehavior |
| Type | enum |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlInitSettings.h |
| Include Path | #include "SourceControlInitSettings.h" |
Syntax
enum EBehavior
{
OverrideAll,
OverrideExisting,
}
Values
| Name | Remarks |
|---|---|
| OverrideAll | All existing settings will be overridden via the contents of FSourceControlInitSettings. |
| OverrideExisting | Only the settings found in FSourceControlInitSettings will be overridden. |