UE INI文件操作 INI File Operation [ Read / Write ] 插件说明

简介: UE INI文件操作 INI File Operation [ Read / Write ] 插件说明

在 Windows 平台上的 INI 文件读写操作

1. Write INI String


输入:

Directory: 选择保存目录


Project Directory : 当前项目目录

Project Content Directory:当前项目 Content 目录

Project Config Directory:当前项目 Config 目录

Project Saved Directory:当前项目 Saved 目录

User AppData Directory:用户电脑数据保存目录 C:/Users/用户名/AppData/Local/


FileName:INI 文件名称

SectionName:节点名称

KeyName:关键字名称

String:写入的值


输出:

Success: 写入是否成功

2. Read INI String


输入:

Directory: 选择读取目录


Project Directory : 当前项目目录

Project Content Directory:当前项目 Content 目录

Project Config Directory:当前项目 Config 目录

Project Saved Directory:当前项目 Saved 目录

User AppData Directory:用户电脑数据保存目录 C:/Users/用户名/AppData/Local/


FileName:INI 文件名称

SectionName:节点名称

KeyName:关键字名称

Default:读取失败返回的默认值


输出:

String: 返回读取的数据,如果没有读取成功则返回Default的设置值


在代码插件创建的INI File Operation [ Read / Write ] - 虚幻引擎商城 (unrealengine.com)

https://www.unrealengine.com/marketplace/zh-CN/product/6022c8c1d0b34cc5b595621530bbb069

相关文章
|
6月前
|
Linux Shell 开发工具
C++ 的 ini 配置文件读写/注释库 inicpp 用法 [ header-file-only ]
这是一个C++库,名为inicpp,用于读写带有注释的INI配置文件,仅包含一个hpp头文件,无需编译,支持C++11及以上版本。该库提供简单的接口,使得操作INI文件变得容易。用户可通过`git clone`从GitHub或Gitee获取库,并通过包含`inicpp.hpp`来使用`inicpp::iniReader`类。示例代码展示了读取、写入配置项以及添加注释的功能,还提供了转换为字符串、双精度和整型的函数。项目遵循MIT许可证,示例代码可在Linux环境下编译运行。
435 0
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
UE Operation File [ Read / Write ] DTOperateFile Plug-in Description
77 0
指定的 filePath 文件不存在
指定的 filePath 文件不存在
55 2
在使用xlsx.js导入文件报错Error: Cannot read properties of undefined (reading ‘read‘) at FileReader.read
在使用xlsx.js导入文件报错Error: Cannot read properties of undefined (reading ‘read‘) at FileReader.read
在使用xlsx.js导入文件报错Error: Cannot read properties of undefined (reading ‘read‘) at FileReader.read
|
缓存 前端开发 PHP
PHP - Laravel The stream or file “/storage/logs/.“ could not be opened in append
PHP - Laravel The stream or file “/storage/logs/.“ could not be opened in append
508 0
|
Windows
UE INI File Operation [ Read / Write ] Plug-in description
UE INI File Operation [ Read / Write ] Plug-in description
67 0
UE Operation File [ Read / Write ] DTOperateFile 插件说明
UE Operation File [ Read / Write ] DTOperateFile 插件说明
81 0
Cannot open include file: 'unistd.h': No such file or directory的解决办法
Cannot open include file: 'unistd.h': No such file or directory的解决办法
380 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无法正常读取文件
open函数: 可以帮助我们获取文件对象 内置函数 open(file, mode='r', buffering=-1, encoding=None, errors=None
open函数: 可以帮助我们获取文件对象 内置函数 open(file, mode='r', buffering=-1, encoding=None, errors=None