A basic first person character controller with head-bobbing and custom footstep sounds. This can also be extended and derived to add your own functionality to the class.
Tutorial video: https://youtu.be/26Lx_RYR_Y8
Demo video: https://youtu.be/QkWM0fh8sJM
Support Discord Server: https://discord.gg/jVw7YAr
UPDATE v1.2 - 1/04/2020
----------------------------------------
Fixed:
- Fix an issue where the game would crash while walking on BSP brushes when Footsteps were enabled
- Fix an issue where the game would crash because of an empty footstep mapping that was given to the list
Technical Details
Features:
- Head-bobbing
- Footsteps
Code Modules:
- Runtime
Number of Blueprints: 0
Number of C++ Classes: 2
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
Documentation: http://alielsaleh.com/ue4-plugins/first-person-character-docs/
Important/Additional Notes: Read the documentation on how to derive the First person character into your project.