First Person Character Controller for UE4
A basic first-person character controller with head-bobbing and custom footstep sounds.
I created a simple first-person character controller for UE4 using C++ to cut out the repetitive nature of copy n' pasting code from one project to another. It implements basic movement like walking, running, jumping and crouching. It has an interaction function that can be overridden. Camera bobbing and footstep sounds are all handled behind the scenes, just give the data and it'll work! This plugin can have child classes to extend the functionality if need be. This plugin supports UE4 versions 4.20 and up.