BlueprintXML是一个易于使用的XML解析器,完全适用于Blueprints和C++。

轻松地将其集成到您的项目中,开始解析、编辑和保存XML文件。

读取和解析XML
BlueprintXML允许您读取XML文件或直接从字符串解析XML。

编辑和保存XML
BlueprintXML允许您在运行时编辑XML并将其直接保存到文件中。

异步处理
BlueprintXML提供了几个异步蓝图节点,以在游戏线程之外执行繁重的XML处理。这样,您可以并行加载多个大型XML文件,而不必担心阻塞游戏线程。

包含版本:BlueprintXML 5.3

技术细节
Features:
Load and parse XML files.
Edit and save XML files.
Asynchronous nodes to perform heavy XML processing outside the game thread.

Code Modules:
BlueprintXML (Runtime)

Details:
Supported Development Platforms: Windows, MacOS, Linux
Supported Target Build Platforms: Windows, MacOS, Linux, iOS, Android

发表回复

后才能评论