Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlInitSettings
References
| |
|
| Module |
SourceControl |
| Header |
/Engine/Source/Developer/SourceControl/Public/SourceControlInitSettings.h |
| Include |
#include "SourceControlInitSettings.h" |
Syntax
enum EConfigBehavior
&123;
ReadWrite,
ReadOnly,
None,
&125;
Values
| Name |
Description |
| 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 |