Changing Texture Parameter via SetMateriaInstanceTextureValue remain old texture's reference

UE - Graphics Features - Mar 13, 2020

When editing the texture parameter of Material Isntacne using Editor Utility Widget, the old texture is linked with the SoftReference. When change the texture parameter in Material Instance Editor, ...

Crash/ensure when linking anim layers from animation update

OLD - Anim - Mar 12, 2020

Originally reported here: https://udn.unrealengine.com/questions/562047/linked-layer-animation-blueprint-proxy-missing-ske.html When linking an anim layer during update, we get either an ensure or ...

Performance Regression in Forward Rendering with most settings off.

UE - Rendering Architecture - RHI - Mar 12, 2020

When rendering with forward rendering, the ComposeSeparateTranslucency call is called even when separate translucency is not enabled. Additionally, Downsample.HalfResolutionSceenColor gets called ev ...

Material slot names are lost when merging SkeletalMeshes

UE - World Creation - Worldbuilding Tools - Merge Actor - Mar 12, 2020

When we use the FSkeletalMeshMerge utility, material slot names are lost on the resulting mesh. We should at least transfer the first slot name found for a given material. ...

"showdebug abilitysystem" shows incorrect attribute stats for debug target

UE - Gameplay - Mar 11, 2020

When using 'showdebug abilitysystem' and switching debug target actor with Page Up and Page Down. It will not change to show the debug attributes info for the new target. The debug will still only s ...

Blurry textures on BSP geometry when a very small static mesh using the same texture is in the same scene (standalone game)

UE - Graphics Features - Mar 9, 2020

The texture streamer does not appear to take into consideration the size on screen of any BSP brushes, only static meshes. When a large brush, and a very small static mesh, both using the same textu ...

Crash when compiling Blueprint class based off C++ actor with a Niagara component that has a user color curve

UE - Niagara - Mar 6, 2020

When creating a blueprint class based on a C++ actor with a Niagara component, color curves will cause the editor to crash when compiling the blueprint. This will impact users creating their own cla ...

Download Image BP node no longer works with links to local files.

UE - Online - Mar 5, 2020

The Download Image BP node no longer works with links to local files with links such as "file:///C:/image.jpg" . This used to work, and confirmed working in 4.22, but is no longer the case. https:/ ...

Blueprint enum-to-string node returning inconsistent results across platforms

UE - Gameplay - Mar 5, 2020

Converting a C++ enum to a string should be a consistent result, however when running in the editor it returns the display-name value instead of the index value. This prevents C++ UENUMs from being ...

UDN - "Update Navigation Automatically" turned off, does not prevent auto rebuild of sublevels after going in PIE

UE - AI - Mar 4, 2020

https://udn.unrealengine.com/questions/558782/view.html ...