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 |
bool GetPerObjectConfigSections
&40;
const FString & Filename,
const FString & SearchClass,
TArray< FString > & out_SectionNames,
int32 MaxResults
&41;
Remarks
Retrieve the names of sections which contain data for the specified PerObjectConfig class. true if the file specified was found and it contained at least 1 section for the specified class
Parameters
Name | Description |
---|---|
Filename | the file to retrieve section names from |
SearchClass | the name of the PerObjectConfig class to retrieve sections for. |
out_SectionNames | will receive the list of section names that correspond to PerObjectConfig sections of the specified class |
MaxResults | the maximum number of section names to retrieve |