Incorrect shading for SubSurface profile in the Blueprint Viewport.

UE - Graphics Features - Dec 30, 2016

The Subsurface shading looks incorrect in the Blueprint Viewport window. Adjusting the cvar for r.sss.checkerboard from the default value of 2 to 1 looks more correct and a value of 0 switches back ...

Dbuffer Normals Incorrect In Forward Rendering

UE - Graphics Features - Apr 17, 2017

After enabling forward shading materials with their decal response set to "normal" have incorrect shading. In the example project there are many pointlights and their specular highlight doesn't disp ...

When move selected foliage to level, Foliage can not move to level.

UE - World Creation - Worldbuilding Tools - Foliage - Jul 18, 2017

With 4.15, I can move Foliage to "Sublevel B", but I can not move it with 4.16. It seems to be affected by the update in 4.16 (New: When moving a foliage asset to a new level, you will now be prompt ...

GPU Particles Don't Spawn at Correct Location When Used as Collision Event Receiver

UE - Niagara - Oct 8, 2018

GPU emitter doesn't spawn particles at expected location when it is an event receiver. Also disabling Interpolate Spawning in the emitter properties affect this behavior as well, making the particle ...

Objects with centered pivots become Actors instead of StaticMeshActors when imported via Datasmith

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 18, 2019

When selecting "affect pivot only" and choosing "center pivot" on 56 objects in 3DS Max 2019, 4 of them imported into Datasmith as Actors and not StaticMeshActors. This makes it seemingly impossible ...

Breakpoints on nodes in deleted functions are not cleared

UE - Gameplay - Blueprint - Nov 16, 2018

Might be a simpler repro than this, but take a look at revision 1 of PreRolledBoxes in FortniteMain to see an asset affected by this. It was duplicated from StoreRoot which had breakpoints in some o ...

Fbx Importer: Make sure the blendshape curve keys have the correct tangent scale

UE - Anim - Oct 4, 2021

The tangent of the blendshape curve seam to have the wrong scale (but correct direction) from this UDN. https://udn.unrealengine.com/s/question/0D54z000079J03OCAS/skip-compressing-anims-and-buildin ...

A WaterBody blueprint class with an added component will not compile if Blueprint Nativization is enabled

UE - LD & Modeling - Terrain - Water - Nov 23, 2021

This is Not a regression. Tested in: //UE4/Release-4.26.2 CL15973114 Binary - Reproduced //UE4/Release-4.27.1 CL17735300 Binary - Reproduced When adding a component to a Water Body actor it should ...

[Console Commands] - au.debug.sounds.sort priority shows all sounds as priority 1.0 when volume scaling is bypassed or sound is 2D

UE - Audio - Voice Management - Apr 5, 2022

The priority display does not correctly reflect the set priorities of sounds when they are not being attenuated or when Bypass Volume Scale for Priority is Enabled. If a sound is attenuated and scal ...

Unable to bind Float variables to certain properties in Widget elements

UE - Gameplay - Blueprint - Apr 7, 2022

Unable to bind float variables to certain properties in Widget elements. You are able to bind Structure floats if needed as a workaround. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#183 ...