How could I take a simple actor like a sphere or a box and have it move towards the player at all times??? I figured its a tick event but…I dont see a way to to “get controller” anything…im guessing because it doesnt have any animations??
Hi,
Check the image below. This is the BP of the moving actor that will follow your character.
You might want to add some steering behaviour (acceleration), and probably adjust the orientation of your actor accordingly. Let me now if you’re in trouble !
Question tho. Was thia done in a class BP or a level BP…and where exactly is the reference to the actor or component? ?? If I need this actor to be s class BP how do I get it to work off the level BP??
This is a class BP, which is the moving actor that follows your character. If you want to do that in a level BP all you have to do is to reference your moving actor (drag & drop in your level BP) and link it to the two empty Target slot of get and set active location.