Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Description
Adds the given key/value pair to the Section in the given File. This will always add this pair to the section, even if the pair already exists. This is equivalent to the . operator in .ini files
| Name | AddToSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
bool AddToSection
(
const TCHAR * Section,
FName Key,
const FString & Value,
const FString & Filename
)
true if the section was modified