Skip to content

IniParser (5.3)

Latest
Compare
Choose a tag to compare
@MrRobinOfficial MrRobinOfficial released this 04 Nov 14:02

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.