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

相关文章
|
2月前
|
Java
cannot open shared object file: No such file or directory
cannot open shared object file: No such file or directory
22 0
|
9月前
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
41 0
|
6月前
InvalidJobConfException: Output directory not set
InvalidJobConfException: Output directory not set
27 0
|
9月前
UE Operation File [ Read / Write ] DTOperateFile 插件说明
UE Operation File [ Read / Write ] DTOperateFile 插件说明
38 0
|
9月前
|
Windows
UE INI文件操作 INI File Operation [ Read / Write ] 插件说明
UE INI文件操作 INI File Operation [ Read / Write ] 插件说明
78 0
|
Android开发
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
508 0
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
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无法正常读取文件
jMeter CSV Data set config 的 sharing mode 和 Thread group loop 配合使用
jMeter CSV Data set config 的 sharing mode 和 Thread group loop 配合使用
133 0
jMeter CSV Data set config 的 sharing mode 和 Thread group loop 配合使用
|
Unix Shell Linux