3rd Person Character how to move camera to socket?

I wonder if you couldn’t set its transform to match that of the socket, rather than attaching it, and LERP the movement between sockets when you need to change. You’d have to keep updating the transform on tick or something, but I’m assuming that’s what the engine is doing in the background when you attach something to a socket anyhow.