I have a Logitech G29 steering wheel that works just fine in my Unreal Engine projects. That is until I load a web widget with a specific URL in it. Any other type of URL works, but this particular one contains a Figma prototype that listens for events. It cause the Logitech unit to malfunction 100% and input from it is no longer received by Unreal.
Is there any way to prevent the web window from messing with the steering wheel?
I do need to communicate with the web window, but I do that exclusively via the Javascript node type.
Any ideas?