How to turn my character around when triggered?

Hi, so I want my character to turn around when called to face a certain actor BP. I’ve tried a few things including using the ‘Find Look At rotation’ node but it just freezes in place but doesn’t turn around.
Any ideas are welcome. See images for things I’ve tried.alt text

I’m using a third person game mode but with the camera set at characters eyes so it is true first person. I don’t know if any of that is relevant but thought I’d mention it incase.

With characters, you can’t use actor rotation, and need to use SetControlRotation instead.

344964-screenshot-2.png

PS: So, you’re on the right track with look at, but the setting is done as above…