Navigation
API > API/Plugins > API/Plugins/XmlSerialization > API/Plugins/XmlSerialization/Formatters
Inheritance Hierarchy
- FStructuredArchiveFormatter
- FXmlArchiveInputFormatter
References
| Module | XmlSerialization |
| Header | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveInputFormatter.h |
| Include | #include "Formatters/XmlArchiveInputFormatter.h" |
Syntax
class FXmlArchiveInputFormatter : public FStructuredArchiveFormatter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXmlArchiveInputFormatter
(
const FXmlArchiveInputFormatter& InOther |
|||
FXmlArchiveInputFormatter
(
FArchive& InInner, |
Parse the given archive into an xml DOM for deserializing objects. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from FStructuredArchiveFormatter
| Type | Name | Description | |
|---|---|---|---|
| FStructuredArchiveFormatter * | |||
| void | EnterArray
(
int32& OutNumElements |
||
| void | |||
| void | EnterAttribute
(
FArchiveFieldName InAttributeName |
||
| void | |||
| void | |||
| void | EnterField
(
FArchiveFieldName InName |
||
| void | |||
| void | EnterMapElement
(
FString& OutName |
||
| void | EnterRecord () |
||
| void | EnterStream () |
||
| void | |||
| FArchive & | |||
| bool | |||
| void | LeaveArray () |
||
| void | |||
| void | |||
| void | |||
| void | LeaveField () |
||
| void | LeaveMap () |
||
| void | |||
| void | LeaveRecord () |
||
| void | LeaveStream () |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Serialize
(
bool& Value |
||
| void | Serialize
(
FSoftObjectPtr& Value |
||
| void | Serialize
(
FSoftObjectPath& Value |
||
| void | Serialize
(
FLazyObjectPtr& Value |
||
| void | Serialize
(
FObjectPtr& Value |
||
| void | Serialize
(
FWeakObjectPtr& Value |
||
| void | Serialize
(
double& Value |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Serialize
(
float& Value |
||
| bool | TryEnterAttribute
(
FArchiveFieldName InAttributeName, |
||
| bool | |||
| bool | TryEnterField
(
FArchiveFieldName InName, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FImpl |