Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Policies
Inheritance Hierarchy
- TJsonPrintPolicy
- TCondensedJsonPrintPolicy
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h |
| Include | #include "Policies/JsonPrintPolicy.h" |
Syntax
template<class CharType>
struct TJsonPrintPolicy
Remarks
Base template for Json print policies.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Writes a single character to the output stream. | ||
| void | WriteDouble
(
FArchive* Stream, |
Writes a double to the output stream. | |
| void | WriteFloat
(
FArchive* Stream, |
Writes a float to the output stream. | |
| void | WriteString
(
FArchive* Stream, |
Writes a string to the output stream. | |
| void | WriteString
(
FArchive* Stream, |
Writes a string to the output stream. | |
| void | WriteString
(
FArchive* Stream, |
Writes a string to the output stream. | |
| void | WriteString
(
FArchive* Stream, |
Specialization for UTF16CHAR that writes FString data UTF-16. | |
| void | WriteString
(
FArchive* Stream, |
Specialization for UTF16CHAR that writes FString data UTF-16. |