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 |
int32 GetSingleLineArray
&40;
const TCHAR &42; Section,
const TCHAR &42; Key,
TArray< FString > & out_Arr,
const FString & Filename
&41;
Remarks
Loads a "delimited" list of strings Loads a "delimited" list of string
Parameters
Name | Description |
---|---|
Section | Section of the ini file to load from |
Key | The key in the section of the ini file to load |
out_Arr | Array to load into |
Filename | Ini file to load from |
Section | Section of the ini file to load from |
Key | The key in the section of the ini file to load |
out_Arr | Array to load into |
Delimiter | Break in the strings |
Filename | Ini file to load from |