Windows Registry Operation / DTRegistry Plugin description

简介: Windows Registry Operation / DTRegistry Plugin description

UE4 / UE5 Blueprint Windows Registry read, write, delete operations.

1. Registry Write

Root:Registry node, optional HKEY_CURRENT_USER (current user) and HKEY_LOCAL_MACHINE (current computer)

Path:Saved registry path

Key:saved key

Value:saved value

2. Registry Read

  • Root:registry node
  • Path:registry path
  • Key:read key
  • Value:Returns the read value, or an empty string if the read fails

3. Registry Delete

  • Root:registry node
  • Path:registry path
  • Key:key to delete


在代码插件创建的Registry Operation for Windows - 虚幻引擎商城 (unrealengine.com)

相关文章
|
Windows
Windows Registry Operation / DTRegistry 插件说明
Windows Registry Operation / DTRegistry 插件说明
96 0
|
10月前
|
监控 安全 API
6.8 Windows驱动开发:内核枚举Registry注册表回调
在笔者上一篇文章`《内核枚举LoadImage映像回调》`中`LyShark`教大家实现了枚举系统回调中的`LoadImage`通知消息,本章将实现对`Registry`注册表通知消息的枚举,与`LoadImage`消息不同`Registry`消息不需要解密只要找到`CallbackListHead`消息回调链表头并解析为`_CM_NOTIFY_ENTRY`结构即可实现枚举。
91 1
6.8 Windows驱动开发:内核枚举Registry注册表回调
|
存储 数据库 Windows
Windows操作系统注册表registry
Windows操作系统注册表registry
191 0
Windows操作系统注册表registry
|
安全 Docker Windows
Docker 1.6发布:Engine与编排工具更新、Registry 2.0及Windows客户端预览
本文讲的是Docker 1.6发布:Engine与编排工具更新、Registry 2.0及Windows客户端预览,【编者的话】Docker 1.6版本发布了,一同发布新版本的还有Registry 2.
1886 0
|
1月前
|
网络安全 虚拟化 Windows
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
|
2月前
|
PHP Windows
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
下一篇
无影云桌面