Installation
There are 2 ways you can go around installing this plugin, which depends on where you bought it.
Option 1: Install from Unreal Marketplace
- In the Epic Games Launcher, go into
Unreal Engine -> Library
- In the
Vault
section, findAccumulation-based Motion Blur
, and pressInstall to Engine
- After the plugin gets installed, you can open up your project, open
Plugins
and enable it there
Option 2: Install from itch.io
No compiled binaries are offered via itch.io, so your project will need to have a C++ game module (just a dummy class will do if your project is BP-only).
- Download the Source zip
- Copy the AccumulationMotionBlur folder to your project’s Plugins folder, like so:
- Compile the project and have fun!