Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlInitSettings
| Name | ECmdLineFlags |
| Type | enum |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlInitSettings.h |
| Include Path | #include "SourceControlInitSettings.h" |
Syntax
enum ECmdLineFlags
{
None,
ReadAll,
}
Values
| Name | Remarks |
|---|---|
| None | Do not read any settings from the commandline |
| ReadAll | Read all available settings from the commandline |