Help with making project for uni

I’m trying to make a game for a Uni project where if you drive into an orb it will add an input delay to the vehicle to make the steering wheel m ore unresponsive.

I am still very new to unreal and any thing i have seen on these forums hesnt related to what I need, any chance someone can explain what I need to do or direct me to a tutorial/forum post that does.

So far I have this and idk where to go next.

Help would be much appreciated!!!

I’m not sure that my solution is ideal (most likely it is not :melting_face:), but you can use the “EnyKey” event and record the pressed keys in an array (press buffer), and then call your custom “DelayedEnyKey” event.