https://github.com/ff-plugins-active/ff_pugixml
Unreal Engine 5 crossplatform runtime XML parser, editor and creation plugin.
https://github.com/ff-plugins-active/ff_pugixml
edit parser pugixml runtime soap ue5 ue5-plugin unreal-engine unreal-engine-5 unreal-engine-plugin xml xml-creation xml-parser xml-parsing
Last synced: 6 months ago
JSON representation
Unreal Engine 5 crossplatform runtime XML parser, editor and creation plugin.
- Host: GitHub
- URL: https://github.com/ff-plugins-active/ff_pugixml
- Owner: FF-Plugins-Active
- License: other
- Created: 2023-08-19T12:57:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:08:20.000Z (6 months ago)
- Last Synced: 2024-11-30T13:20:00.435Z (6 months ago)
- Topics: edit, parser, pugixml, runtime, soap, ue5, ue5-plugin, unreal-engine, unreal-engine-5, unreal-engine-plugin, xml, xml-creation, xml-parser, xml-parsing
- Language: C++
- Homepage:
- Size: 619 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF_PugiXml
# USED LIBRARY
https://github.com/zeux/pugixml# USAGE
* Create a C++ project.
* Create a folder which named "Plugins"
* Copy plugin to that folder. Name should be "FF_PugiXml".
* Delete "Binaries, Intermediate and Saved" folders of your project.
* Right click to your ".uproject" and select "Generate Visual Studio Project Files"
* Open your project's ".sln" file
* Press "F5". It will build plugin. After that, You can copy it to your blueprint only projects.# NOTE
* We don't use Rider. So, we can't help about IDE specific problems.
* If your problem is about "PugiXml's itself", you need to open your issue in there. Not here.
* If your problem is about "our implementation", you can open an issue about it.
* We don't support older engine versions and we update engine version after "one month of its release".
* Our plugin doesn't have any dependency or tricky setup. If you don't know how can you install a plugin to UE5, we can't help you.
* If you see weird "variable is not valid" like problems and variables have underlines, it means you couldn't install plugin, correctly.
* Look at plugin's "Content" folder before using it. It has a "BP_Template_PugiXml" actor and it contais sample mechanics.
* You "can" use this plugin in your commercial products but you "CAN NOT share this plugin" in marketplaces such as Gumroad or Unreal Marketplace/Fab. Please look at "License" section.