Hi there I’m new to unreal , How do you make a turret. I have found old udk tutorials but I was wondering I there are tutorials for making turrets on ue4, thank you.
Hi man, is really full of that kind of tutorial UE4 Turret Tutorial - YouTube
Basically, you make an actor,
The actor search for a player in the level, you can use get actor of class, if you have only 1.
Then get his location.
You can checck if they are too distant.
if a Raycast can reach the player without obstaccle and see him
Once you choose to activate her,
you have to rotate your actor, o lerp his rotation until is not equal to the result of (look at )node
Then you can spawn some bullet and here you go