FJsonSerializerWriter::Serialize

Writes the field name and the corresponding value to the JSON data

Windows
MacOS
Linux

Override Hierarchy

FJsonSerializerBase::Serialize()

FJsonSerializerWriter::Serialize()

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerMacros.h

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

virtual void Serialize
(
    const TCHAR * Name,
    bool & Value
)

Remarks

Writes the field name and the corresponding value to the JSON data

Parameters

Parameter

Description

Name

the field name to write out

Value

the value to write out

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss