Apex Destruction not working with Raytracing enabled

If you add this to the bottom of UDestructibleComponent::SetDestructibleMesh(), it solves this issue:

if (SkeletalMesh) 
{ 
SetCPUSkinningEnabled(true);
}
1 Like