Custom Depth incorrectly displays in game when Post Process is set to 'Before Tonemapper'

UE - Graphics Features - Oct 28, 2019

Custom Depth is not displaying correctly when setting Post process to Before Tonemapping. We see this as a regression. This was working properly in 4.22. ...

Calling a native interface function implemented by a non-nativized Blueprint asset from a nativized Blueprint asset will silently fail at runtime.

UE - Gameplay - Blueprint - Apr 29, 2020

In the sample project we have a Widget Blueprint asset (SomeWidget) that implements a native interface (PrintSomethingInterface.h). However, in the DefaultEditor.ini file, we've also excluded all Wi ...

Staticmesh "Reimport+LODs" do not recover the material ID for custom LOD

UE - World Creation - Worldbuilding Tools - HLOD - May 8, 2020

Normal voice chat does not activate the microphone when Mic Threshold is zero

UE - Audio - Aug 11, 2020

Voice chat does not work when speaking into the microphone with a normal voice and a Mic Threshold of 0. We have to blow into the microphone or speak loudly for voice chat to work. ...

Loading instanced static mesh causes memory leak in packaged game

UE - World Creation - Worldbuilding Tools - Foliage - Mar 3, 2021

The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...

REINST classes are available in the class reference drop down

UE - Gameplay - Blueprint Editor - Sep 28, 2021

This doesn't seem to occur every time I run the editor, I can't get it to repro consistently Note: It is possible that this is happening in blueprints based off of a native c++ class has been rel ...

Get wrong primitive scene data on mobile preview with GPUScene enabled

UE - Rendering Architecture - Shaders - Apr 27, 2022