Doesn't Instanced Static Mesh have friction?

Hi,

Please watch [movie][1] first.
I want to carry white boxes on the red and blue boxes.
The red box is an Instanced Static Mesh Component.
The blue box is a Static Mesh Component.(Reference)
White boxes are Static Mesh Actors. These are simulated physics.
This is a minimized sample. Finally I want to use only Instanced Static Mesh Component because I want to use so many carriers.

Red and blue boxes are moved their locations at Tick Event.

But it doesn’t work on UE4.19 and newer.
It works on UE4.18 and older.

Do I need to set the additional settings on UE4.19 and newer?
Which is the regular behavior? Which is the bug?

Thanks!

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

I had a workaround.

I use both of ISM and SM simultaneously.
ISM’s colision is set to OFF. Only for showing.
SM’s visiblity is set to OFF. Only for collision.