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: https://docs.unrealengine.com/latest/INT/Engine/Rendering/PostProcessEffects/SceneFringe/index.html
Thanks Adam.
I will definitely look onto it and see If I can do what I want using that method.