Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/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 |
bool GetSectionNames
&40;
const FString & Filename,
TArray< FString > & out_SectionNames
&41;
Remarks
Retrieve the names for all sections contained in the file specified by Filename true if the file specified was successfully found;
Parameters
| Name | Description |
|---|---|
| Filename | the file to retrieve section names from |
| out_SectionNames | will receive the list of section names |