00 engagement
01 problem
Automotive clients needed a way to validate high-fidelity ProtoPie HMI interfaces inside Unreal Engine's real-time 3D environments. Without a native bridge, design teams could not evaluate how 2D touch controls affect 3D vehicle states (like camera perspectives and spatial asset scaling) in real time.
02 approach
Built a modular interactive 2D control panel in ProtoPie Studio featuring camera preset triggers and a vehicle scale slider.
Hosted the prototype via ProtoPie Connect to expose live WebSocket message events.
Embedded Unreal Engine's internal web browser widget to render the ProtoPie UI overlay directly inside the viewport.
Programmed Blueprint visual scripts in Unreal Engine to listen to incoming ProtoPie messages and map them to dynamic camera switching and 3D mesh scaling.
03 stack
04 outcome
The bridge proved that ProtoPie Connect can drive Unreal Engine 3D scenes in real time. It answered client demand for integrating ProtoPie with Unreal Engine, letting design teams test spatial HMI interactions without modifying native C++ code or manually rebuilding scenes.