Hi guys, i’m a student and i’m studying how to use UE4 and i’m trying to make a nice horror/escape game (similar to Slender) but at the moment i have some problems.
I’m studying programming at school so i find difficult to learn about blueprint programming. Anyway… the first problem is : I have a blueprint that contains 2 menus, the first main menu and the second menu for settings.
So when the player click on the Settings , a new camera is spawned and the game view goes on to the new camera. After this the camera should slowly move to the second menu… but i don’t know how to do an animation , i tried to use the FOR cycle but in the FOR i can’t use DELAYS… so i tried to create just a infinite loop to see if the animation works fine… but it dont. The camera spawn, then it change the position 1 time and the infinite loop seems to not work.
Anyway i post the blueprint images.
It’s my first time so i don’t know the right method to create a menu and camera animations, so if anyone can explain me the best method to create game menus and animate camera i would thank you very very much!

