How do I add radial blur on my character?

I want to add radial blur effect on my character whenever they sprint. How would I go about doing that?

Hi TheAwesomeGem,

If you are talking about causing blur in a Vignette, I would look into using post process effects that activate when you press your sprint key. You can find more information about Post Process Effects here: Post Process Effects in Unreal Engine | Unreal Engine 5.1 Documentation

Thanks .

I will definitely look onto it and see If I can do what I want using that method.