Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Generic versions for use with templates |
Misc/ConfigCacheIni.h |
|
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
int32& Value,
const FString& Filename
)
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
float& Value,
const FString& Filename
)
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
bool& Value,
const FString& Filename
)
|
|
Misc/ConfigCacheIni.h |
|
|
|
Misc/ConfigCacheIni.h |
|
GetValue(const TCHAR , const TCHAR , FString &, const FString &)
Description
Generic versions for use with templates
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
bool GetValue
(
const TCHAR * Section,
const TCHAR * Key,
FString & Value,
const FString & Filename
)
GetValue(const TCHAR , const TCHAR , FText &, const FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
bool GetValue
(
const TCHAR * Section,
const TCHAR * Key,
FText & Value,
const FString & Filename
)
GetValue(const TCHAR , const TCHAR , int32 &, const FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
bool GetValue
(
const TCHAR * Section,
const TCHAR * Key,
int32 & Value,
const FString & Filename
)
GetValue(const TCHAR , const TCHAR , float &, const FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
bool GetValue
(
const TCHAR * Section,
const TCHAR * Key,
float & Value,
const FString & Filename
)
GetValue(const TCHAR , const TCHAR , bool &, const FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
bool GetValue
(
const TCHAR * Section,
const TCHAR * Key,
bool & Value,
const FString & Filename
)
GetValue(const TCHAR , const TCHAR , TArray< FString > &, const FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path |
#include "Misc/ConfigCacheIni.h" |
int32 GetValue
(
const TCHAR * Section,
const TCHAR * Key,
TArray < FString > & Value,
const FString & Filename
)