Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FConfigCacheIni
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
Include | #include "Misc/ConfigCacheIni.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
FConfigSection &42; GetSectionPrivate
&40;
const TCHAR &42; Section,
const bool Force,
const bool Const,
const FString & Filename
&41;
Parameters
Name | Description |
---|---|
Force | Whether to create the Section on Filename if it did not exist previously. |
Const | If Const (and not Force), then it will not modify File->Dirty. If not Const (or Force is true), then File->Dirty will be set to true. |