Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigSection
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Misc/ConfigCacheIni.h |
|
|
|
Misc/ConfigCacheIni.h |
|
MultiFind(const FName, TArray< FConfigValue, Allocator > &, const bool)
| |
|
| Name |
MultiFind |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
template<typename Allocator>
void MultiFind
(
const FName Key,
TArray < FConfigValue , Allocator > & OutValues,
const bool bMaintainOrder
) const
MultiFind(const FName, TArray< FString, Allocator > &, const bool)
| |
|
| Name |
MultiFind |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
template<typename Allocator>
void MultiFind
(
const FName Key,
TArray < FString , Allocator > & OutValues,
const bool bMaintainOrder
) const