FJsonSerializerReader::Serialize

If the underlying json object has the field, it is read into the value

Windows
MacOS
Linux

Override Hierarchy

FJsonSerializerBase::Serialize()

FJsonSerializerReader::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,
    FString & Value
)

Remarks

If the underlying json object has the field, it is read into the value

Parameters

Parameter

Description

Name

the name of the field to read

Value

the out value to read the data into

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