Relative location of static mesh in blueprint


There is 6 drawer in this blueprint and all of their relative location is set to 0,0,0
But for this blueprint:

Drawer1 is 0,0,0 while drawer 2 is 0,0-22 and setting its relative location only work for drawer1,drawer2 will not move at all
How do i make drawer2 also has relative location to 0,0,0 similar to the first blueprint?

1 Like

You put a scene component in at 0,0,0 and make the drawer a sub-component of that scene ( positioned correctly ). Then move the scene instead of the drawer :slight_smile:

Thank you so much!

1 Like