EConfigBehavior

Unreal Engine C++ API Reference > Developer > SourceControl > FSourceControlInitSettings

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/SourceControlInitSettings.h
Include #include "SourceControlInitSettings.h"

Syntax

enum EConfigBehavior  
{  
    ReadWrite,  
    ReadOnly,  
    None,  
}  

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library