Navigation
API > API/Plugins > API/Plugins/XmlSerialization > API/Plugins/XmlSerialization/Formatters > API/Plugins/XmlSerialization/Formatters/FXmlArchiveInputFormatter > API/Plugins/XmlSerialization/Formatters/FXmlArchiveInputFormatter/FImpl
Syntax
TArray < pugi::xml_node > XmlElements
Remarks
Stack of xml element being traversed. Using a stack so we can push empty nodes and pop them back up to the previous existing parent. This allows traversing missing tags and recover.