Depth buffer collision kills all particles after 1 second

UE - Niagara - May 12, 2020

Somehow the namespace broke between the collision and the trace modules. [Image Removed] [Image Removed] ...

Breaking level instances does not adequately fix up actor references

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 29, 2022

Details in link. ...

RayTracing Final Gather is not working in UE 5.1

UE - Graphics Features - Ray Tracing - Apr 12, 2023

Further Comments: Customer is using the deprecated ray traced mode. ...

Copy Actors out of play mode ( 5.3.1 )

UE - Editor - Workflow Systems - Dec 22, 2023

From UDN case #00645621: Is it possible that this function has been deactivated? In 5.03 I can copy objects from the game mode. ...

Split Struct Pin on a Function output will return a compiler error

UE - Gameplay - Blueprint - Jan 13, 2015

Split Struct Pin on a Function output will return a compiler error: Error Pin New Param 1 X named NewParam1_X doesn't match any parameters of function NewFunction_0 Error Pin New Param 1 Z name ...

UKismetArrayLibrary::GenericArray_Shuffle is weighted to return some results more than others

UE - Gameplay - Aug 15, 2017

The implementation of UKismetArrayLibrary::GenericArray_Shuffle() will generate certain array shuffle results more often (up to three times as much) than others, rather than having a roughly equal c ...

Cloth rendering issue on triangles sharing kinematic attachments.

UE - Simulation - Physics - Character - Jul 29, 2020

All render vertices on any cloth triangle that contains one or two fixed vertex are set as fixed, whereas this should only be the case if all three vertices were fixed. ...

Moving assets in the Editor fails to fixup references causing the project to generate errors

Tools - Mar 30, 2020

Moving assets in the Editor is very unreliable. References may or may not be fixed up. No direct error is presented or a warning about problems. Any moves of the gameinstance, string table or certai ...

Editor Crashes when importing some FBXs with multiple Material IDs in 4.14.2

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2017

This is a regression in behavior between 4.14.1 and 4.14.2! The editor will crash when importing FBX meshes that have multiple material ID assignments. If it's a single material ID it will import w ...

Interpolators of Particle Dynamic Parameters Need "nointerpolation".

UE - Niagara - Aug 1, 2019

Regardless Niagara or Cascade, dynamic parameters for particles are passed to pixel shaders from vertex shaders via InterpolantsVSToPS. It can cause a precision error on some materials, for example ...