When editing a color curve at the emitter level color is not updated correctly at system level

UE - Niagara - May 6, 2019

Editing color curves at the emitter level will not propagate to the system level when saving and applying. The curve will look correct int the system stack, but the particle colors will not match. ...

Show Volumes command does not work correctly if volume was converted from brush

UE - Gameplay - May 28, 2019

Debug display using "show volumes" does not work for volumes converted from brushes. The reason is that bHidden = true is done in the constructor of ABrush. So, we will probably need to run SetVi ...

Can't reference function parameters in interface functions

UE - Gameplay - Blueprint - Jun 5, 2019

"If a blueprint implements an interface function that returns a value, it is not possible to reference function parameters by right clicking and searching for them. In regular functions, if a functi ...

Disabling fog in Unlit mode does not work

UE - Graphics Features - Jun 11, 2019

The Show Flags for Fog no longer function correctly when in Unlit mode. Tested in 4.21.2 (CL - 4753647), 4.22.2 (CL - 6574378), 4.23 (CL - 6925347) ...

User widget object is invalid when called in a widget component on BeginPlay

UE - Editor - UI Systems - Jun 25, 2019

User widget object is returning invalid inside of a widget component ...

UV merging issue when merging meshes with multiple materials

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jul 15, 2019

See https://udn.unrealengine.com/questions/505632/view.html for more details Repro: -Have a mesh with 3 sections and 3 materials, assign section 1 to material 1 and section 2&3 to material 3. -Pla ...

Searching for Input or Bindings doesn't show the Action and Axis Mappings Entry Sections

UE - Gameplay - Jul 29, 2019

Searching the Project settings in 4.23 onward for Input/Bindings does not result in the Action and Axis Mappings sections showing up. ...

Static Mesh flicker in Player Collision Viewmode

UE - Graphics Features - Aug 8, 2019

All UCX_geometry that have bounds larger than its geometry flicker when in Player Collision Viewmode. Tested in: 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P5(CL - 7838574), 4.24 (CL - 786 ...

Paper2D performance regression due to TArray resizing

UE - Graphics Features - Aug 16, 2019

We've noticed after upgrading our heavy Paper2D project to 4.22 that tilemap performance has been massively degraded compared to previous versions. After some digging we found out that it's due to a ...

The Load and Unload Stream Level blueprint nodes do not appear in sequence director blueprints

UE - Anim - Sequencer - Aug 22, 2019

You cannot search for the Load and Unload Stream Level blueprint nodes in sequence director blueprints ...