Navigation
API > API/Plugins > API/Plugins/XmlSerialization > API/Plugins/XmlSerialization/FXmlArchiveOutputFormatter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Non-copyable - Need to implement if needed. | Formatters/XmlArchiveOutputFormatter.h | ||
| Non-movable - Need to implement if needed. | Formatters/XmlArchiveOutputFormatter.h | ||
FXmlArchiveOutputFormatter
(
FArchive& InInner |
Inner archive must remain valid throughout the lifetime of this object. | Formatters/XmlArchiveOutputFormatter.h |
FXmlArchiveOutputFormatter(FXmlArchiveOutputFormatter &)
Description
Non-copyable - Need to implement if needed.
| Name | FXmlArchiveOutputFormatter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveOutputFormatter.h |
| Include Path | #include "Formatters/XmlArchiveOutputFormatter.h" |
FXmlArchiveOutputFormatter
(
FXmlArchiveOutputFormatter &
)
FXmlArchiveOutputFormatter(FXmlArchiveOutputFormatter &&)
Description
Non-movable - Need to implement if needed.
| Name | FXmlArchiveOutputFormatter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveOutputFormatter.h |
| Include Path | #include "Formatters/XmlArchiveOutputFormatter.h" |
FXmlArchiveOutputFormatter
(
FXmlArchiveOutputFormatter &&
)
FXmlArchiveOutputFormatter(FArchive &)
Description
Inner archive must remain valid throughout the lifetime of this object.
| Name | FXmlArchiveOutputFormatter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Public/Formatters/XmlArchiveOutputFormatter.h |
| Include Path | #include "Formatters/XmlArchiveOutputFormatter.h" |
| Source | /Engine/Plugins/Experimental/SerializationUtils/Source/XmlSerialization/Private/Formatters/XmlArchiveOutputFormatter.cpp |
FXmlArchiveOutputFormatter
(
FArchive & InInner
)