UE INI File Operation [ Read / Write ] Plug-in description

简介: UE INI File Operation [ Read / Write ] Plug-in description

INI File Read And Write Operations On Windows Platform

1. Write INI String

IMPORT:

Directory: Choose save directory

Project Directory : current project directory

Project Content Directory:Current project Content directory

Project Config Directory:Current project Config directory

Project Saved Directory:Current project Saved directory

User AppData Directory:User computer data storage directory C:/Users/username/AppData/Local/


FileName:INI file name

SectionName:node name

KeyName:keyword name

String:written value


OUTPUT:

Success: Whether the write is successful

2. Read INI String


IMPORT:

Directory: Select read directory


Project Directory : current project directory

Project Content Directory:Current project Content directory

Project Config Directory:Current project Config directory

Project Saved Directory:Current project Saved directory

User AppData Directory:User computer data storage directory C:/Users/username/AppData/Local/


FileName:INI file name

SectionName:node name

KeyName:keyword name

Default:Default value to return on read failure


OUTPUT:

String: Return the read data, if not read successfully, return the Default setting value


INI File Operation [ Read / Write ] in Code Plugins - UE Marketplace

INI File Read And Write Operations On Windows Platform

https://www.unrealengine.com/marketplace/product/6022c8c1d0b34cc5b595621530bbb069

相关文章
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
67 0
UE Operation File [ Read / Write ] DTOperateFile 插件说明
UE Operation File [ Read / Write ] DTOperateFile 插件说明
63 0
|
Windows
UE INI文件操作 INI File Operation [ Read / Write ] 插件说明
UE INI文件操作 INI File Operation [ Read / Write ] 插件说明
107 0
|
开发工具 Android开发
unable to write jarlist cache file
unable to write jarlist cache file
87 0
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
|
Linux
Linux 执行partprobe命令时遇到Unable to open /dev/sr0 read-write (Read-only file system)
在使用fdisk创建分区时,我们会使用partprobe命令可以使kernel重新读取分区信息,从而避免重启系统,但是有时候会遇到下面错误信息“Warning: Unable to open /dev/sr0 read-write (Read-only file system).
3267 0