Since upgrading to 4.9 we’ve experienced a problem with scaling child blueprints.
It seems to be applied twice in blueprint viewport and in editor; but in play (either PIE or cooked/packaged game) it is correct.
This makes it difficult to visually verify asset tweaks.
Steps to reproduce:
- create Cube static mesh, and a blueprint for it
- create Sphere static mesh, and a blueprint for it.
- Mark both meshes as ‘movable’ in both blueprints.
- In Cube blueprint, add Sphere blueprint as a child, and scale it.
When placed in the level or in viewport, this spehere is scaled two times, but in play it is scaled as expected.
Sample project demonstrating problem is on [dropbox][1]
Screenshot of incorrect scaling in editor:
Screenshot of correct scaling when playing: