This plugin provides a simple and powerful solution for converting XML data into Blueprint structs at runtime. It supports templated conversions, allowing you to parse any struct type from either a raw XML string or an XML file loaded from disk. It supports features such as nested structs, arrays of structs, XML attributes, CDATA, enums and more.
Features:
Convert XML String to Blueprint Struct at Runtime
Load XML File from disk and convert to Blueprint Struct
Easy to use, two node setup
Supports all data types — string, integer, float, bool, arrays, nested structs and more
XML Attributes supported (mapped with underscore prefix)
Nested Structs supported
Array of Structs supported
CDATA content supported
Enum supported