Squad formation

Hi! I’m making a RTS videogame and I would like to put my troops in a certain formation when I move them. Is there something in UE4 that makes my work easier?

Hello, AleSpini

Luckily, Unreal Engine 4 provides special class for this called UCrowdManager.

If you like to learn more, please go here:

Hope this helped!

Have a great day!

Ok, thanks, I am already using the UCrowdFollowingComponent, but I don’t know how to create the formation, even if I have read the documentation you gave me. Probably it’s my fault, but can you help me with that? Thank you!

It would be great to know how to make formations using the crowd manager

I am not sure it is possible.
You will have to use some simple math to create formations.