Line thickness is always one when using the "Draw Line" node

UE - Editor - UI Systems - Aug 3, 2015

When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...

Clothing jumps on Content Examples-Animation

OLD - Anim - Aug 13, 2016

When in Content Examples' Animation map, the clothes of Owen on sample 1.3 can be seen jumping upward not in sync with any movement. ...

Incremental macros are off by one when using a variable

UE - Gameplay - Blueprint - Jul 24, 2015

When using the increment/ Decrement macros they are off by one. When using the ++ macro the return value is one higher than the actual variable and 1 lower when using the – macro. ...

Child Animation Blueprints Do Not Get Recompiled Correctly

UE - Gameplay - Jan 7, 2020

The child of an animation blueprint is not properly recompiled when the it's parent is compiled. Found in 4.24.1 CL#10757647 ...

Depth Fade Particles are not rendered on iOS when Mobile HDR disabled

UE - Graphics Features - May 7, 2015

Depth Fade and Fresnel inputs in a Particle's Material will result in the particle not rendering unless Mobile HDR is checked true on an iOS device. Also Reproduced in Main Promotable-CL-2535351 S ...

Cloth meshes in Content Examples spinning incorrectly.

UE - Simulation - Physics - Character - Jan 25, 2017

In the Cloth level in Content Examples, the cloth meshes at display 1.6 (Self Collision) are spinning and are being lifted into the air. This isn't consistent with the same assets in //UE4/Main. ...

Particles Don't Use Velocity "In World Space" Properly

UE - Graphics Features - Mar 17, 2017

The particle system has its initial velocity and its velocity/life in world space. It is expected that the particle's orientation won't influence the particle's velocity. That isn't the case though ...

Attaching a removed Actor in Sequencer causes a crash

UE - Anim - Sequencer - Jan 6, 2020

This is a regression from 4.23.1 (CL-9631420) where Sequencer just displayed the re-attached binding in yellow text instead of crashing. The user suggests that the deleted actor should be removed fr ...

Editor Crashes On Startup After Enabling Light Propagation Volume (LPV) With Forward Shading

UE - Graphics Features - Feb 20, 2017

After enabling Forward Shading that project can no longer operate while "r.LightPropagationVolume = 1" since it will crash immediately. ...

Light function materials using WorldPosition do not render correctly to volumetric fog if there is more than one

UE - Graphics Features - Mar 27, 2023

There is a one-line fix for this in a shader file, see their PR on GitHub:https://github.com/EpicGames/UnrealEngine/pull/10251/files ...