@@ -12,7 +12,7 @@ In the details panel of the parent VH select the *VHMovement* component. Under t
| Group Formation | Currently only 2 formations are supported. Walking in line and abreast. |
| Draw Debug Spheres | Show navigation points used by the children. See [How it works](#How it works)|
For every VH that should walk alongside the parent, provide an entry in the *Child VH* Map. As key you provide a VH actor and as value an offset that specifies the distance the child will have from the parent. Depending on the selected formation the offset will change its behavior. E.g. if you select *InLine* a positive offset will be behind the parent and a negative offset will be in front of the parent. If you select *Abreast* a positive offset will be to the left of the parent and a negative to the right.
For every VH that should be part of the formation, provide an entry in the *Child VH* Map. As key you provide a VH actor and as value an offset that specifies the distance the child will have from the parent. Depending on the selected formation the offset will change its behavior. E.g. if you select *InLine* a positive offset will be behind the parent and a negative offset will be in front of the parent. If you select *Abreast* a positive offset will be to the left of the parent and a negative to the right.
Don't forget to set up the Waypoint Movement (selecting a Waypoint Group and order). You only need to set up the parent, as all settings (Waypoint and Group Movement) will be forwarded to the children (all VHs specified in the *Child VH* Map) when the game starts.