TJsonReader::TJsonReader

Creates and initializes a new instance with the given input.

Windows
MacOS
Linux

References

Module

Json

Header

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

Include

#include "Serialization/JsonReader.h"

Syntax

TJsonReader
(
    FArchive * InStream
)

Remarks

Creates and initializes a new instance with the given input.

Parameters

Parameter

Description

InStream

An archive containing the input.

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