Well if they are parts, in unreal each item needs to know about it’s relative position to eachother.
Global Position just moves the meshes around, all of them at the same time, if you added all the meshes to one actor then they have to have relative offsets to eachother on local space so you can bind them close to eachother and form your wall.
Go learn vectoring and offsets for unreal and you will understand.