Navigation
API > API/Plugins > API/Plugins/XmlSerialization
| Name | FXmlArchiveInputFormatter |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveInputFormatter.h |
| Include Path | #include "Formatters/XmlArchiveInputFormatter.h" |
Syntax
class FXmlArchiveInputFormatter : public FStructuredArchiveFormatter
Inheritance Hierarchy
- FStructuredArchiveFormatter → FXmlArchiveInputFormatter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmlArchiveInputFormatter
(
FArchive& InInner, |
Parse the given archive into an xml DOM for deserializing objects. | Formatters/XmlArchiveInputFormatter.h | |
FXmlArchiveInputFormatter
(
const FXmlArchiveInputFormatter& InOther |
Formatters/XmlArchiveInputFormatter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FXmlArchiveInputFormatter() |
Formatters/XmlArchiveInputFormatter.h |
Classes
| Name | Remarks |
|---|---|
| FImpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | FImpl * | Formatters/XmlArchiveInputFormatter.h | ||
| Inner | FArchive & | Formatters/XmlArchiveInputFormatter.h | ||
| ResolveObject | TFunction< UObject *(const FPackageIndex)> | Formatters/XmlArchiveInputFormatter.h | ||
| RootObject | UObject * | Formatters/XmlArchiveInputFormatter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsParseResultStatusOk() |
Formatters/XmlArchiveInputFormatter.h |
Overridden from FStructuredArchiveFormatter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FStructuredArchiveFormatter * CreateSubtreeReader() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterArray
(
int32& OutNumElements |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterArrayElement() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterAttribute
(
FArchiveFieldName InAttributeName |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterAttributedValue() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterAttributedValueValue() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterField
(
FArchiveFieldName InName |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterMap
(
int32& OutNumElements |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterMapElement
(
FString& OutName |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterRecord() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterStream() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void EnterStreamElement() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual FArchive & GetUnderlyingArchive() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual bool HasDocumentTree() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveArray() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveArrayElement() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveAttribute() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveAttributedValue() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveField() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveMap() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveMapElement() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveRecord() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveStream() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void LeaveStreamElement() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
double& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
FObjectPtr& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
FLazyObjectPtr& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
FSoftObjectPath& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
FSoftObjectPtr& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
FWeakObjectPtr& Value |
Formatters/XmlArchiveInputFormatter.h | ||
| Formatters/XmlArchiveInputFormatter.h | |||
| Formatters/XmlArchiveInputFormatter.h | |||
| Formatters/XmlArchiveInputFormatter.h | |||
virtual void Serialize
(
FString& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
UTF32CHAR& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
bool& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
void* Data, |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
float& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
int64& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
int32& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
int16& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
int8& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
uint64& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
uint32& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
uint16& Value |
Formatters/XmlArchiveInputFormatter.h | ||
virtual void Serialize
(
uint8& Value |
Formatters/XmlArchiveInputFormatter.h | ||
| Formatters/XmlArchiveInputFormatter.h | |||
virtual bool TryEnterAttribute
(
FArchiveFieldName InAttributeName, |
Formatters/XmlArchiveInputFormatter.h | ||
virtual bool TryEnterAttributedValueValue() |
Formatters/XmlArchiveInputFormatter.h | ||
virtual bool TryEnterField
(
FArchiveFieldName InName, |
Formatters/XmlArchiveInputFormatter.h |