Velocities are not being cleared when physics simulation set to false. ...
This non-deterministic behavior is caused by sorting by program address. ...
When forward shading is enabled, particles that have materials with their lighting mode set to "VolumetricNonDirectional" will recieve shadows. Attached images provided by user. Found in 4.19 CL# ...
I was not able to reproduce this issue with the user given repro steps, however the crash has occurred for multiple users according to Crash Reporter, so it is worth investigating more into ...
Actor foliage does not respect the "foliage.CullDistanceScale" console variable. This was brought up in a UDN: [Link Removed] ...
Any environment with volumetric fog enabled will have a light leak which appears through objects. Found in 4.20 CL# 4369336, 4.21 CL# 4613538, 4.22 CL# 4666322 ...
Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...
An FBX exported from 3DEXCITE DELTAGEN fails to parse correctly in the latest FBX SDK and crashes the UE importer. This FBX is automatically repaired when loaded into Maya (citing "polygons with ov ...
This Jira is there to make sure we load the skeleton asset before the skeletalmesh asset need it ...
The vertex interpolate node doesn't work with lightmass. Found in 4.19 CL# 4033788, 4.20 CL# 4233996, and 4.21 CL# 4258917 ...