FJsonSerializerWriter::FJsonSerializerWriter

Initializes the writer object

Windows
MacOS
Linux

References

Module

Json

Header

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

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

FJsonSerializerWriter
(
    TSharedRef< TJsonWriter< CharType, PrintPolicy > > InJsonWriter
)

Remarks

Initializes the writer object

Parameters

Parameter

Description

InJsonWriter

the object to write the JSON output to

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