IniParser 0.3.1 - Nov 4, 2023
Breaking changes
- Added getters and setters for the classes.
- Removed name variable from FIniProperty and FIniSection, as this value is stored in TMap instead.
Features
- Added ability to write .ini data to specific file path.
- Added ability to set property value, with specific data type (such as int32, int64, FVector, etc).
- Added ability to get global properties and comments.