Even better solution I recently found:
In your parent’s constructor, loop through all it’s child actors, and set their root component’s mobility to static and immediately back to movable.
This way you never have to fix it manually again.
Even better solution I recently found:
In your parent’s constructor, loop through all it’s child actors, and set their root component’s mobility to static and immediately back to movable.
This way you never have to fix it manually again.