UDestructibleComponent - Weird physics and no child position update

Hello,

Try replacing DestructibleComponent->SetSimulatePhysics(true); with DestructibleComponent->GetBodyInstance()->SetInstanceSimulatePhysics(true);

Thanks