This is from a UDN and I was not able to reproduce it locally in Release-5.0 or Ue5/Main, creating this issue for tracking. ...
Assertion failed: ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles [Link Removed] [Line: 229] ...
The logic to check the version number of Adreno devices does not work if there are letters in the version (like Adreno 642L). ...
This is a regression from 4.13 ...
Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...