Documentation

__ Blueprint Ini Files

Documentation

__ Blueprint Ini Files

Read/Write from/to an Ini File

Read

  • File Name: The name of the file (e.g. MyAwesomeIniFile.ini). ⚠️You must write the file extension.
  • Section Name: The section name in [square brackets].
  • Setting Name: The setting's name.
  • Setting Value: The value associated with the setting.

💡The value is always stored as a string. Unreal converts it automatically (e.g. vector -> X=0.0 Y=0.0 Z=0.0).

Write