Skip to content

Installation

Install the complete Ferrite source plugin in your project, enable it in Unreal, and verify that the Ferrite toolbar button appears.

Ferrite currently targets Unreal Engine 5.8.1. This build contains C++ runtime and editor modules rather than precompiled binaries, so your machine needs the compiler toolchain required by that Unreal installation.

Close the Unreal Editor before copying or replacing plugin files, and keep the project under source control or make a recoverable backup.

  1. Place the complete supplied Ferrite folder under your project’s Plugins directory.

    The resulting path should be:

    <YourProject>/Plugins/Ferrite/Ferrite.uplugin
  2. Open the project. If Unreal asks to build missing modules, allow it to build them with the matching engine and compiler toolchain.

    Expected result: the project opens without a missing-module error.

  3. In Unreal, open Edit > Plugins, search for Ferrite, and enable the plugin if it is not already enabled.

  4. Restart the editor when Unreal requests it.

    Expected result: a Ferrite button appears on the Level Editor toolbar.

  1. Open any editor level.
  2. Click Ferrite on the Level Editor toolbar.

Expected result: the Ferrite workspace opens with Post Effects available. Select it, then continue with Quick Start.

If the project cannot build the plugin or the toolbar button does not appear, see Troubleshooting.