"PP Config Extension" is a plugin that uses custom " *. ini " files as configuration files for reading and writing. It is easy to use for blueprints, support reading and writing config files, and convert them into corresponding data structures. You can also convert a section into a corresponding instantiated object based on its corresponding class type. The instantiation function of objects depends on the reflection architecture of UE.
The implementation of these functions relies entirely on the built-in features of UE and does not use third-party libraries. In theory, it supports multiple platforms (creators do not have testing conditions for testing).
Current Version: 1.0
Features:
Code Modules: (Please include a full list of each Plugin module and their module type
Number of Blueprints:0
Number of C++ Classes:19
Network Replicated: No
Supported Development Platforms: Only Test On Windows
Supported Target Build Platforms: Only Test On Windows , Maybe usage on other platform .
Documentation: Doc
Important/Additional Notes: Will implement editor extension, and post - build copy automation.