TJsonPrintPolicy::WriteString

Writes a string 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 WriteString
(
    FArchive * Stream,
    const FString & String
)

Remarks

Writes a string to the output stream.

Parameters

Parameter

Description

Stream

The stream to write to.

String

The string 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