Navigation
API > API/Plugins > API/Plugins/XmlSerialization > API/Plugins/XmlSerialization/Formatters
Inheritance Hierarchy
- FStructuredArchiveFormatter
- FXmlArchiveOutputFormatter
References
| Module | XmlSerialization |
| Header | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveOutputFormatter.h |
| Include | #include "Formatters/XmlArchiveOutputFormatter.h" |
Syntax
class FXmlArchiveOutputFormatter : public FStructuredArchiveFormatter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXmlArchiveOutputFormatter
(
FArchive& InInner |
Inner archive must remain valid throughout the lifetime of this object. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SaveDocumentToInnerArchive
(
EXmlSerializationEncoding InEncoding |
||
| void | SerializeObjectsInPlace
(
bool bEnabled |
||
| void | SerializeSoftObjectsInPlace
(
bool bEnabled |
||
| void | SetObjectIndicesMap
(
const TMap< UObject*, FPackageIndex >* InObjectIndicesMap |
Overridden from FStructuredArchiveFormatter
| Type | Name | Description | |
|---|---|---|---|
| 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
(
bool& Value |
||
| void | |||
| void | |||
| void | |||
| void | Serialize
(
FWeakObjectPtr& Value |
||
| void | |||
| void | Serialize
(
FSoftObjectPtr& Value |
||
| void | Serialize
(
FSoftObjectPath& Value |
||
| void | Serialize
(
FLazyObjectPtr& Value |
||
| void | Serialize
(
FObjectPtr& Value |
||
| void | Serialize
(
float& Value |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| bool | TryEnterAttribute
(
FArchiveFieldName AttributeName, |
||
| bool | |||
| bool | TryEnterField
(
FArchiveFieldName Name, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FImpl |