Ali Şahan Yalçın
DocsInstallation

Get started

Installation

Get the plugin into a project and check it loaded.

Requirements

  • Unreal Engine 5.7
  • A C++ or Blueprint project. The plugin ships compiled, so a Blueprint only project works fine.

Install the plugin

  1. In the Epic Games Launcher, find Footstep System in your Fab Library and press Install to Engine.
  2. In your project, enable it under Edit > Plugins.
  3. Restart the editor.
INFO: Installing to the engine covers every project on that engine version. Enabling it is per project.

Check it loaded

Right click in the Content Browser. There should be a Footstep System entry in the menu with two things in it: Footstep Database and Footstep Action.

If it is there, you are ready for the Quickstart.

What comes with it

The plugin ships three assets in its own Content folder. You can use them or ignore them.

AssetWhat it is
DA_FootstepDatabaseAn empty database, ready to fill in
ATT_FootstepA Sound Attenuation tuned for footsteps
SC_FootstepA Sound Concurrency that caps how many footsteps play at once
INFO: Plugin content is hidden by default. Turn on Show Plugin Content in the Content Browser's settings to see them.