Rendering Offscreen Using Non-Fullscreen View Creates Black Border

UE - Graphics Features - Apr 25, 2018

Issue has been observed in 4.19.1 from EGL and Main CL 4027311. Per licensee: We recently switched from UE 4.18 to 4.19, and noticed several issues when doing offscreen rendering. To illustrate th ...

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode

UE - Graphics Features - Sep 11, 2019

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8588088 ...

PVRTC texture is sampled as white when the uv value is very close to 0

UE - Platform - Mobile - Oct 20, 2021

When the uv value is very close to 0 ( < 0.001 ), the boundary value of the PVRTC texture is sampled as white. please refer to attached images and sample project. problem goes away when changing th ...

Check box appears darker when wrapping it with a button

UE - Editor - UI Systems - Oct 9, 2017

Check box appears darker when wrapping it with a button (almost black), This does not appear to happen when wrapped with other widgets. ...

Soft Object Reference Pins can't be reset to None

UE - Gameplay - Blueprint Editor - Dec 10, 2020

Soft Object Reference pins on Blueprint nodes can't be reset to None once an object reference has been set.  ...

Crash In Material Editor When Previewing A Node

UE - Graphics Features - Nov 3, 2016

When previewing a blank texture sampler in the material editor while the HLSL window is open, you can assign a texture to the texture sampler and crash the engine. ...

When the Transform of InstancedStaticMesh is updated, the Random Seed value of PerInstanceRandom is updated.

UE - Graphics Features - Oct 18, 2017

When updating Transform of InstancedStaticMesh by UpdateInstanceTransform, PerInstanceRandom used in Material is updated. With 4.16 does not update the RandomSeed value. ...

Noise Node Fails to Compile With Voronoi Noise if Ray Tracing is Enabled

UE - Graphics Features - Jul 19, 2019

Noise Node Fails to Compile With Voronoi Noise if Ray Tracing is Enabled.  Working as expected in 4.22 CL# 7053642 Found in 4.23 Preview 2 CL# 7321677 and 4.24 CL# 7437539 This is a regression   ...

EPixelFormat::PF_R16_SINT does not render correctly for textures

UE - Rendering Architecture - RHI - Nov 18, 2019

Creating a UTexture2D the following way does not properly process gradients in the texture: ------ bool Atexture_test_actor::LoadRawFileTest( /* output */ UTexture2D*& image) { TArray<short> v ...