Attach level object to a blueprint's child object

In the actors that you want to attach, create a PUBLIC variable of type Actor (so you can select the cart with the eyedropper in the world).
In the constructor check if the variabile is valid (get the variable, righ click it, convert to validated get), if it is use the function “attach actor to actor” and pass the variable as target, it should work.

1 Like