How would I make camera delay, similar to GTA, inside matinee (CGI Shorts)?

How would I make camera delay, similar to GTA, inside matinee? I am working on some CGI shorts inside matinee, and can’t seem to find the answer anywhere.

what do you mean camera delay?

slow motion?

I mean having the camera lag behind the character, and taking maybe a half-second to follow the character’s movements.

I’m not exactly sure but I’m thinking you could do it with axis mappings. Probably will need to interpolate (lerp) behind the character if you start moving. Maybe need to use axis values of 1 to -1 with the tick from mapping event and the forward vector of the character together to make a similar setup. I’d like to try and set this up. For testing and a bypass to the click movement in my project I used this:

Small update this will move the character forward depending on the forward vector of my camera actor (sphere). I also grab the right vector so that I can move left or right relative to the forward camera vector (though you use right, rather than forward). Next will be to possibly setup a timeline over a second or two once you start moving forward so the camera follows with some amount of drag.