How to switch camera view when clicking on an actor?

Hello. I’m a beginner in ue and I’ve recently started working on a “sort of” point and click game on ue5. I say sort of because only parts in certain locations are actually point and click. I’ve created a map with two camera views for now. One is the default top down view of the location and second is in front of a computer that I want to view. So what I want to do is to click with my mouse cursor on the actor object (the computer), while being in the top down view and I want the view to switch to the computer. I’ve tried using the Event ActorOnClicked in the blueprint of the computer actor but I’m not sure how to use it to switch the view to the other camera. Help would be greatly appreciated.