Enhanced Input and Pawns with C++ in Unreal Engine 5
https://www.youtube.com/watc...In episode 9 of the UE5 game development series, we'll create a mesh in Blender for our player, create new pawn and player controller classes using both C++ and blueprints, and then setup the enhanced input system using C++. We'll create two modes for input - traditional 3D movement with pitch limits and no roll, as well as a free fly mode using quaternions so there is no gimbal locking.
Previous Videos - https://www.youtube.com/playlist?list=PLLIn4osBl0FsKVoxTF0Xi8tvO34XALuNP
Github Project - https://github.com/LivelyGeek/Flybot
Twitter - https://twitter.com/LivelyGeek
Unreal Enhanced Input Docs - https://docs.unrealengine.com/5.0/en-US/GameplayFeatures/EnhancedInput/