Hi, I need to spawn 5 actors at the same time following a spline, but when i do so they just stack
Absolutely. It sounds like you need the âget location at distance along splineâ node.
Hi ! thnaks for the answer, i already tried âget location at distance along splineâ but i want my actors to spawn at the same Spline point whithout being stacked
Can you show your code?
This is the code in my âBP_EnemyParentâ to make them follow my spline i donât know if you need anything else ?
Right. Yes, nothingâs changing.
What type of variable is âfollow splineâ?
Normally you would use a timeline to move each enemy. But then it also helps to spawn them at different times.
Hi !
âFollowSplineâ type is an object of my âBP_Splineâ and here is the Event Graph of that spline
Ok. No, the AI have to move themselves along the spline
They are all in the same place, because they are all following the same point.
Yep thats what I thought there is no way to amke the spline wider ?
Or maybe iâll have to make 5 splines and make my units follow one specific spline
Second idea sounds better