ultraleap / UnrealPlugin

Ultraleap SDK for the Unreal Engine.
263 stars 67 forks source link

Update to enhanced input system #139

Open jimsimonz opened 12 months ago

jimsimonz commented 12 months ago

The standard input system is now deprecated so input mappings need updating to support the new EnhancedInput subsystem.

https://docs.unrealengine.com/4.26/en-US/InteractiveExperiences/Input/EnhancedInput/

This means that the input mappings can reside in the plugin content folder rather than in the input mappings .ini that had to be copied between projects previously.

Ultraleap-Dan commented 11 months ago

Hi, thank you for your report. We have raised this to our engineering backlog to be investigated further. These input mappings are not currently used and you could remove the nodes that are causing the warnings from your project to clear these errors.