Static Meshes don't update collision after world origin rebase

If i do a world origin rebase, static meshes don’t update their collisions. This means the collisions are still offset and at the old position before the rebase. Funny enough, this only happens with objects with physics disabled. but obviously i don’t want to enable physics for all actors…

how can i fix this? is it possible to regenerate all colliders at runtime?