Help! when button pressed

hello, I want that when I press Play (UI) the camera goes to my player but it does not work.

Hi, you should use the on Click event from your play button. There you can add the logic for the view blend.

I already try it and i and it does not work

okay yeah, your Cast is not right. Check the Blueprint Communication Dokumentation I’m not sure what you try to do or how your setup looks like.
If you spawn the BP_Remy make sure you promote it to a variable on spawn so you can use it later again if it’s already placed in the level maybe try to get all actors of class and get the first (0) index. (last part is not recommended but could solve your problem)
link text

I want that when you press the button play in the MENU, the camera makes a transition on the camera of my player.

yeah I got that part but your cast is not working, have you tried to do it with get all actors of class or promoting the BP_Remy to a variable on spawn?

How do I do that?

“get all actors of class” select your BP_Remy drag out of the array pin (square icon) “get” and try to use this.

Make sure you understand the UE4 essentials (playlist) UE4 has a lot of great beginner tutorials on their YouTube channel and there are a lot more Tutorials out there from the community.