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 |
void SetSingleLineArray
&40;
const TCHAR &42; Section,
const TCHAR &42; Key,
const TArray< FString > & In_Arr,
const FString & Filename
&41;
Remarks
Saves a "delimited" list of strings Saves a "delimited" list of strings
Parameters
Name | Description |
---|---|
Section | Section of the ini file to save to |
Key | The key in the section of the ini file to save |
out_Arr | Array to save from |
Filename | Ini file to save to |
Section | Section of the ini file to save to |
Key | The key in the section of the ini file to save |
In_Arr | Array to save from |
Filename | Ini file to save to |