TJsonPrintPolicy::WriteChar

Writes a single character to the output stream.

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h

Include

#include "Policies/JsonPrintPolicy.h"

Syntax

static void WriteChar
(
    FArchive * Stream,
    CharType Char
)

Remarks

Writes a single character to the output stream.

Parameters

Parameter

Description

Stream

The stream to write to.

Char

The character to write.

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