Camera shake - speed scaling

Hello,

I’m trying to get the player to have its camera shake with a shaking magnitude proportional of that to speed. This would be a neat effect when falling :3
How can I go about this? I am sure this would require me to have the camera shake magnitude being continuously updated. Would this be performance intensive in terms of framerate? Do I need to have some kind of camera shake class set up?

Thanks in advance

Alan Noon covers off Camera Shake fairly well. Watch this video from 37.53.

Nice! Thanks!
However, I am unable to figiure out how to dynamically set the camera shake’s amplitude to the player’s speed. How can I do this?

Nevermind, I have found a solution. Rather than using the ‘Play World Camera Shake’ function, I had used ‘Client Play Camera Shake’ (Requires you to untick the ‘Context Sensitive’ checkbox when adding a new blueprint function). It comes with a scale node so I can set it whenever I want. Thanks for the help though!

1 Like

Thanks @TomadoStorm, this is really helpful as I tried a couple of hours to locate this function lol.