Merge Actors doesn't respect collider scale

I’m trying to generate capsule colliders for my procedural assets and merge them with the ‘Merge Physics Data’ option. This feature detects colliders within static meshes, but not from e.g. added ‘Add Capsule Collision’ collision component. This is the first thing that I’d like to suggest as a feature request / bug report.

The second thing: My workaround for that is to create a tiny triangle mesh with simple capsule collider, and then use it for collision generation, instead of the non-working ‘Add Capsule Collision’. Then the Merge Actors tool detects the collision, but it doesn’t respect its scale.
On the left there is a correctly generated collision, on the right is what it looks like after merging:

I’ve created a simple demo repro project showing the issue:
[SIMPLE DEMO PROJECT][2]

Thanks!

Hi Slavq,

Thank you for the report and the test project.

I created Feature Request JIRA UE-45197 and our devs will be taking this into consideration.

Cheers,

TJ

Thank you! How about the bug with ignored scale? I’ve tested it and it seems to reflect location and rotation, only the scale is ignored and always set to 1,1,1 - so it look like a bug.

Hey Slavq,

Sorry about the delay. I was able to reproduce that too and entered JIRA UE-45651. Follow that link to monitor the status of the report.

-TJ