OpcuaPlugin - OpcuaPlugin

OPC UA Connector for Unreal Engine 5

Seamlessly integrate OPC UA-enabled industrial devices (sensors, PLCs, SCADA systems) with Unreal Engine 5 for real-time data-driven visualization and digital twin projects.

Key features:

  • Support real-time data read/write for major PLC brands (Siemens S7, Mitsubishi FX, Rockwell ControlLogix) and OPC UA servers (KEPServerEX, Ignition).

  • Blueprint-friendly API—no complex coding needed to bind OPC UA tags to UE5 assets (e.g., drive robot animations via sensor data, trigger alerts with threshold values).

  • Compatible with UE5’s core features (Nanite, Lumen, Niagara) for high-fidelity industrial visualizations (factory monitoring, virtual commissioning).

  • Lightweight and low-latency (50ms max sync delay) to match industrial automation workflows.

Ideal for digital twins, industrial metaverse, and virtual training applications—bridge your physical systems to UE5 in minutes.

Can it be used in lower versions, such as 5.4? Can it be used on Android?

你好,我购买了你这个插件,但是我在蓝图项目中添加了插件后,运行时会崩溃,提示好像是DLL加载失败,OpenSSL库缺失,我需要怎么解决

Unhandled Exception: 0xc06d007e

这个插件依赖OpenSSL库,可以先在电脑上安装需要的依赖

对于其他UE5版本我还没有测试,但是我会持续升级这个插件,直到其可以支持所有UE5版本

是否可以支持数据订阅(数据更新时接收到数据),而不是一直去读取

本插件可以支持订阅,但是考虑很多PLC Runtime的Opcua Server没有支持订阅,所以暂时没添加这个功能,下版本会添加订阅功能。