Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FConfigSection * Find
(
const FString& SectionName |
Replacement functionality of TMap so we can deprecate the direct access to FConfigSection | Misc/ConfigCacheIni.h | |
FConfigSection * Find
(
const FString& SectionName |
Misc/ConfigCacheIni.h |
Find(const FString &)
Description
Replacement functionality of TMap so we can deprecate the direct access to FConfigSection
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
const FConfigSection * Find
(
const FString & SectionName
) const
Find(const FString &)
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
FConfigSection * Find
(
const FString & SectionName
)