Assign node on floats can cause a crash at runtime

UE - Gameplay - Blueprint Compiler - Apr 25, 2022

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.  ...

VT Material Instance Crash - "ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles"

UE - Graphics Features - Oct 4, 2021

Assertion failed: ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles [Link Removed] [Line: 229] ...

Crash in Android media plugins on Adreno devices with letters in version

UE - Platform - Mobile - Mar 2, 2022

The logic to check the version number of Adreno devices does not work if there are letters in the version (like Adreno 642L). ...

Editor crash when delete static mesh actor include in HLOD

UE - World Creation - Worldbuilding Tools - HLOD - Feb 18, 2021

Crash attempting to open an asset from Aim Offset graph in Persona

UE - Gameplay - Oct 3, 2016

This is a regression from 4.13 ...

Chaos : Crash when destroying part of Geometry collections clustered by AnchorField

UE - Simulation - Physics - May 10, 2021

Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...