Navigation
API > API/Runtime > API/Runtime/Json
| Name | TJsonStringWriter |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h |
| Include Path | #include "Serialization/JsonWriter.h" |
Syntax
template<class PrintPolicy>
class TJsonStringWriter : public TJsonWriter< TPrettyJsonPrintPolicy< TCHAR >::CharType, TPrettyJsonPrintPolicy< TCHAR > >
Inheritance Hierarchy
- TJsonWriter → TJsonStringWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TJsonStringWriter
(
StringType*const InOutString, |
Serialization/JsonWriter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TJsonStringWriter() |
Serialization/JsonWriter.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CharType | typename PrintPolicy::CharType | Serialization/JsonWriter.h | |
| StringType | TString< CharType > | Serialization/JsonWriter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bytes | TArray< uint8 > | Serialization/JsonWriter.h | ||
| OutString | StringType * | Serialization/JsonWriter.h |
Functions
Public
Overridden from TJsonWriter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Close() |
Serialization/JsonWriter.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< TJsonStringWriter > Create
(
StringType*const InStream, |
Serialization/JsonWriter.h |