HeaderMarkForPacketInfo.GetNumBits() == 0 when closing NetConnection during Tick

UE - Networking - May 12, 2021

Licensee reported getting this error on PS4 after losing internet connection or putting the console into rest mode. See linked UDN for callstack. The NetConnection calls Close during its Tick, due ...

When the sequencer is shot, the constraint Binding ID becomes an unresolved binding

UE - Anim - Sequencer - May 12, 2021

This problem is not reproduced in 4.25. ...

SkyLight IBL looks blurry on Android

UE - Platform - Mobile - May 12, 2021

SceneCapture2d affects Niagara GPU particles with translucency sorting enabled

UE - Niagara - May 11, 2021

The issue comes from sorting being abled while having a scene capture actor. The enclosed 7z contains assets relevant to reproducing the issue. ...

Control Rig: Setting the components of a Vector in the graph can overwrite the default values of other variables

UE - Anim - Rigging - Control Rig - May 11, 2021

It seems that setting the component values of a vector via a Set node in Control Rig can effect the default values of other blueprint variables in the Control Rig. See the attached video for more d ...

A crash can occur when modifying a user-defined struct asset that's indirectly accessed through a variable node.

UE - Gameplay - Blueprint Editor - May 11, 2021

If a user-defined struct-type variable is declared in one Blueprint, and that variable is then indirectly accessed in a second Blueprint through a reference to the first Blueprint, modifying the str ...

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