how to make camera moving like enter the gungueon in top down view?

I make top down shooter game, I want my camera move to mouse’s location like enter the gungeon. I have my camera blueprint anchored to the camera using the tick function.
and I make character look mouse cursor. but I don’t know make camera moving.

Hey there @chasen8888! Welcome to the community! So this thread goes over a community member trying to do the same, getting a top down camera that lerps between the player and the mouse. Clockwork’s method is perfect for it in this case.