Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Description
Sets the given key/value pair to the Section in the given File. This will replace any existing values (as if ResetKeyInSection had been called)
| Name | SetInSection |
| 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 SetInSection
(
const TCHAR * Section,
FName Key,
const FString & Value,
const FString & Filename
)
true if the section was modified