Setting up the step sounds
Addind step sounds to your animations is straightforward and requires no code
First of all, download the plugin from the Unreal Marketplace and make sure to have it enabled in your plugin list in the editor.

Add the Easy Foot Step component EFS_Component
to your actor.
In the component you can setup how you want to handle the audio of your footsteps :

The sound attenuation and concurrency are optionnal but I highly recommend to use them for a better result. I provided examples in the demo project.
The next step is to link in the map below your sound cues to your Physical Surfaces. (click here if you are stuck)

The final step is to add the custom Anim Notifies to your animations.

The basic plugin setup is done.
Here is the Epic Documentation on the Physical Materials.
Last updated