Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/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 |
bool AddUniqueToSection
(
const TCHAR * Section,
FName Key,
const FString & Value,
const FString & Filename
)
Remarks
Adds the given key/value pair to the Section in the given File, if the pair didn't already exist This is equivalent to the + operator in .ini files true if the section was modified