EasyXMLParser – Unreal Engine

Values in XML can be obtained by the following types.

+ string

+ int

+ float

+ bool

For example, you can easily refer to values ??by simply connecting tags with dots as follows:

<Root>

<ABC id=”1″>123</ABC>

<ABC id=”2″>456</ABC>

<ABC id=”3″>789</ABC>

</Root>

Root.ABC[1] => 456

Root.ABC[2].@id => 3

About the Open Source Version

This plugin is also available as open source under the MIT License on GitHub.

If you use the GitHub version, you need to build it yourself from the source code.

Code Modules: EasyXMLParser

Supported Development Platforms: Windows, Mac

Supported Target Build Platforms: Windows, Mac, iOS, Android

Supported Unreal Engine Versions
(Visited 34 times, 1 visits today)