Navigation
API > API/Plugins > API/Plugins/JsonSerialization > API/Plugins/JsonSerialization/Formatters
Inheritance Hierarchy
- FStructuredArchiveFormatter
- FJsonArchiveInputFormatterEx
References
| Module | JsonSerialization |
| Header | /Engine/Plugins/Experimental/SerializationUtils/Source/JsonSerialization/Public/Formatters/JsonArchiveInputFormatterEx.h |
| Include | #include "Formatters/JsonArchiveInputFormatterEx.h" |
Syntax
class FJsonArchiveInputFormatterEx : public FStructuredArchiveFormatter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonArchiveInputFormatterEx
(
FArchive& InInner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FStructuredArchiveFormatter
| Type | Name | Description | |
|---|---|---|---|
| FStructuredArchiveFormatter * | |||
| void | EnterArray
(
int32& NumElements |
||
| void | |||
| void | EnterAttribute
(
FArchiveFieldName AttributeName |
||
| void | |||
| void | |||
| void | EnterField
(
FArchiveFieldName Name |
||
| void | |||
| void | EnterMapElement
(
FString& Name |
||
| void | EnterRecord () |
||
| void | EnterStream () |
||
| void | |||
| FArchive & | |||
| bool | |||
| void | LeaveArray () |
||
| void | |||
| void | |||
| void | |||
| void | LeaveField () |
||
| void | LeaveMap () |
||
| void | |||
| void | LeaveRecord () |
||
| void | LeaveStream () |
||
| void | |||
| void | Serialize
(
double& Value |
||
| void | Serialize
(
FObjectPtr& Value |
||
| void | Serialize
(
FLazyObjectPtr& Value |
||
| void | Serialize
(
FSoftObjectPath& Value |
||
| void | Serialize
(
FSoftObjectPtr& Value |
||
| void | Serialize
(
FWeakObjectPtr& Value |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Serialize
(
bool& Value |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Serialize
(
float& Value |
||
| bool | TryEnterAttribute
(
FArchiveFieldName AttributeName, |
||
| bool | |||
| bool | TryEnterField
(
FArchiveFieldName Name, |