Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/IOnlineConfigStruct
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Online/OnlineConfig.h |
|
|
|
Online/OnlineConfig.h |
|
bool GetValue
(
const TCHAR* Key,
IOnlineConfigStructPtr& Value
)
|
|
Online/OnlineConfig.h |
|
int32 GetValue
(
const TCHAR* Key,
TArray< IOnlineConfigStructPtr >& Value
)
|
|
Online/OnlineConfig.h |
|
bool GetValue
(
const TCHAR* Key,
T& Value
)
|
|
Online/OnlineConfig.h |
|
|
|
Online/OnlineConfig.h |
|
GetValue(const TCHAR *, FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
bool GetValue
(
const TCHAR * Key,
FString & Value
)
GetValue(const TCHAR *, TArray< FString > &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
int32 GetValue
(
const TCHAR * Key,
TArray < FString > & Value
)
GetValue(const TCHAR *, IOnlineConfigStructPtr &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
bool GetValue
(
const TCHAR * Key,
IOnlineConfigStructPtr & Value
)
GetValue(const TCHAR *, TArray< IOnlineConfigStructPtr > &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
int32 GetValue
(
const TCHAR * Key,
TArray < IOnlineConfigStructPtr > & Value
)
GetValue(const TCHAR *, T &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
template<typename T>
bool GetValue
(
const TCHAR * Key,
T & Value
)
GetValue(const TCHAR *, TArray< T > &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include Path |
#include "Online/OnlineConfig.h" |
template<typename T>
int32 GetValue
(
const TCHAR * Key,
TArray < T > & Value
)