Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigFile
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
FString& Value
) const
|
Generic versions for use with templates |
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
FText& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
int32& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
float& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
double& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
int64& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
bool GetValue
(
const TCHAR* Section,
const TCHAR* Key,
bool& Value
) const
|
|
Misc/ConfigCacheIni.h |
|
|
|
Misc/ConfigCacheIni.h |
|
GetValue(const TCHAR , const TCHAR , 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
GetValue(const TCHAR , const TCHAR , FText &)
| |
|
| 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
GetValue(const TCHAR , const TCHAR , int32 &)
| |
|
| 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
GetValue(const TCHAR , const TCHAR , float &)
| |
|
| 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
GetValue(const TCHAR , const TCHAR , double &)
| |
|
| 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,
double & Value
) const
GetValue(const TCHAR , const TCHAR , int64 &)
| |
|
| 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,
int64 & Value
) const
GetValue(const TCHAR , const TCHAR , bool &)
| |
|
| 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
GetValue(const TCHAR , const TCHAR , TArray< 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