I’m trying to see if its possible to synchronize two objects together and make them move when the player interacts with them. For example, if the character kicked a box and that box was attached to a second box right next to it, they both would go flying off and land in the same position, the same distance apart as when they started.
My only issue right now is getting the two boxes attached so that they move together when interacted with.
I’m still pretty new to UE4 but I know my way fairly well around blueprint and wouldn’t be opposed to learning C++ to get this to work.