Moving 'Camera Boom' slowly

So I have this and once I press a button it moves the socket offset and target arm length immediately. How would I make it slowly move from the previous position to the new position instead of teleporting there? Thank you!

77180-screenshot_20.jpg

in the “tick” function for this object, you should utilize interpolation functions.

I don’t understand, I tried making interpolation but I failed. There’s also no tick function for the Camera Boom object :confused: could you give me an example or something? Thanks

in your Event Graph for the spring arm, you should create an EventTick node. then, you can use the VInterpToConstant function to interpolate the position each frame.