I am trying to create an openable door in UE 5.0.1. I created a static mesh in the blueprint to be the “pivot.” I rescale the (cube) pivot mesh to like .1 so it isn’t huge. Then, when I attach the door to the pivot, the door assumes the relative scale of the pivot. The technical scale of the door is still listed as 1.0. It doesn’t matter whether I resize the pivot’s mesh before or after attaching the door, the problem remains.
I am aware that I can leave the pivot’s mesh at 100% scale, and just make it invisible and remove collision, and then it should work, OR just resize the door to like 1000% once attached, but I want to solve the root problem. (how to have the door be not influenced by the pivot’s scale). I tried following the video in UE 4.27 and the problem is NOT present. This makes me think there is some (default) setting in 5.0 that binds the scaling when attaching items in BP, but I cannot find it. I have spent hours trying to solve this by myself…
Please help, and thanks in advance!