Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetSection
(
const TCHAR* Section, |
Misc/ConfigCacheIni.h | ||
const FConfigSection * GetSection
(
const TCHAR* Section, |
Misc/ConfigCacheIni.h |
GetSection(const TCHAR *, TArray< FString > &, const FString &)
| Name | GetSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
bool GetSection
(
const TCHAR * Section,
TArray < FString > & Result,
const FString & Filename
)
GetSection(const TCHAR *, const bool, const FString &)
| Name | GetSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
const FConfigSection * GetSection
(
const TCHAR * Section,
const bool Force,
const FString & Filename
)