Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
|
Copies the data after verifying the type |
OnlineKeyValuePair.h |
|
void GetValue
(
uint32& OutSize,
uint8** OutData
) const
|
Copies the data after verifying the type. |
OnlineKeyValuePair.h |
|
GetValue(FString &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
FString & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(int32 &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
int32 & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(uint32 &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
uint32 & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(bool &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
bool & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(int64 &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
int64 & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(uint64 &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
uint64 & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(float &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
float & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(TArray< uint8 > &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
TArray < uint8 > & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(double &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
double & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(TSharedPtr< class FJsonObject > &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
TSharedPtr < class FJsonObject > & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(TArray< TSharedPtr< class FJsonValue > > &)
Description
Copies the data after verifying the type
| |
|
| Name |
GetValue |
| 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 GetValue
(
TArray < TSharedPtr < class FJsonValue > > & OutData
) const
Parameters
| Name |
Remarks |
| OutData |
out value that receives the copied data |
GetValue(uint32 &, uint8 **)
Description
Copies the data after verifying the type. NOTE: Performs a deep copy so you are responsible for freeing the data
Copies the data after verifying the type NOTE: Performs a deep copy so you are responsible for freeing the data
| |
|
| Name |
GetValue |
| 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 GetValue
(
uint32 & OutSize,
uint8 ** OutData
) const
Parameters
| Name |
Remarks |
| OutSize |
out value that receives the size of the copied data |
| OutData |
out value that receives the copied data |
| OutSize |
out value that receives the size of the copied data |
| OutData |
out value that receives the copied data |