Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
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 |
void ForEachCVarInSectionFromIni
(
const TCHAR * InSectionName,
const TCHAR * InIniFilename,
TFunction < void *CVar, const FString &KeyString, const FString &ValueString)> InEvaluationFunction
)
Remarks
Helper function to operate a user defined function for each CVar key/value pair in the specified section in an ini file
Parameters
| Name | Description |
|---|---|
| InSectionName | The name of the section to apply cvars from |
| InIniFilename | The ini filename |
| InEvaluationFunction | The evaluation function to be called for each key/value pair |