Easy Foot Step - Documentation
  • Intro
  • Setting up the step sounds
  • Other basic features
  • Available debug options
  • Advanced options
    • Anim notifies
    • Spawning decals
    • Spawning particles
  • 🔨Troubleshooting
Powered by GitBook
On this page
  1. Advanced options

Anim notifies

The custom anim notifies are the main way to use the plugin

PreviousAvailable debug optionsNextSpawning decals

Last updated 11 months ago

The anim notifies require to know wich bone they are associated with in order to spawn the sound accurately and to trace the step at the right place. You also get an option to adjust the volume on an individual scale, it can be useful if you want some of your steps to sound louder.

AI implementation

The EFS_AnimNotify also comes with AI noise support.

Setting MakeNoise to true will display more parameters that will allow you to pass parameters. This is an implementation of the MakeNoise function available in Blueprint and in C++.

Learn more about this here.