Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonSerializerWriter
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void Serialize
(
FStringView Name,
int32& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
uint32& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
int64& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
bool& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
FUtf8String& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
float& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
double& Value
)
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
|
Writes the field name and the corresponding value to the JSON data |
Serialization/JsonSerializerWriter.h |
|
virtual void Serialize
(
FStringView Name,
JsonSimpleValueVariant& InVariant
)
|
|
Serialization/JsonSerializerWriter.h |
|
Serialize(FStringView, int32 &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
int32 & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, uint32 &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
uint32 & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, int64 &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
int64 & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, bool &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
bool & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, FString &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
FString & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, FUtf8String &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
FUtf8String & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, FText &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
FText & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, float &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
float & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, double &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
double & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, FDateTime &)
Description
Writes the field name and the corresponding value to the JSON data
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
FDateTime & Value
)
Parameters
| Name |
Remarks |
| Name |
the field name to write out |
| Value |
the value to write out |
Serialize(FStringView, JsonSimpleValueVariant &)
| |
|
| Name |
Serialize |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerWriter.h |
| Include Path |
#include "Serialization/JsonSerializerWriter.h" |
virtual void Serialize
(
FStringView Name,
JsonSimpleValueVariant & InVariant
)