Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlInitSettings
| |
|
| Name |
EConfigBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Developer/SourceControl/Public/SourceControlInitSettings.h |
| Include Path |
#include "SourceControlInitSettings.h" |
Syntax
enum EConfigBehavior
{
ReadWrite,
ReadOnly,
None,
}
Values
| Name |
Remarks |
| ReadWrite |
Can both read from, and save to the ini file |
| ReadOnly |
Will only read settings from the ini file, settings determined at runtime will not be saved to the ini file |
| None |
The settings will not be saved to the ini file, nor will they be read from the ini file |