Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
void SetValue
(
uint32 Size,
const uint8* InData
)
|
Copies the data and sets the type |
OnlineKeyValuePair.h |
|
SetValue(const FString &)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
const FString & InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(const TCHAR *)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
const TCHAR * InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(int32)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
int32 InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(uint32)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
uint32 InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(bool)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
bool InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(double)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
double InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(float)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
float InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(const TArray< uint8 > &)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
const TArray < uint8 > & InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(int64)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
int64 InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(uint64)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
uint64 InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(const TSharedRef< class FJsonObject > &)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
const TSharedRef < class FJsonObject > & InData
)
Parameters
| Name |
Remarks |
| InData |
the new data to assign |
SetValue(uint32, const uint8 *)
Description
Copies the data and sets the type
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path |
#include "OnlineKeyValuePair.h" |
| Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
void SetValue
(
uint32 Size,
const uint8 * InData
)
Parameters
| Name |
Remarks |
| Size |
the length of the buffer to copy |
| InData |
the new data to assign |