Camera Actor variable (array) no longer editable in Blueprints

UE - Gameplay - Jun 7, 2018

This is a regression from 4.19. In 4.19 you were able to change the actor assigned to the array element in a Camera Actor variable. In 4.20 and 4.21 the field is grayed out and displays None with a ...

Instanced Subobjects on Children BPs point to Parent BP's instance if both are loaded when creating the object

UE - Gameplay - Blueprint - Jun 27, 2018

The Instanced Subobject values for the Child_BP are same as what the Parent_BP subobject values are changed to before compile and saving both Blueprint Objects. Tested in 4.18.3 (CL-3832480), 4.19. ...

When using a NavModifier with a NavBoundsVolume being in a SubLevel, unloading the level causes a crash.

UE - AI - Jul 19, 2018

When repeatedly loading and unloading sublevels with a NavBoundsVolume, it will cause a crash when using a NavModifierVolume. When the NavMesh is unloaded, it seems that the number of the DirtyLayer ...

Skylight Intensity Doesn't Behave The Same in OpenGL as with DirectX

UE - Graphics Features - Aug 10, 2018

Skylights in OpenGL will not behave hte same as it does in DirectX and will be incredibly bright. Images of the issue are also in the attached project folder. Working as intended in 4.19 CL# 403378 ...

Niagara Sprite SubUV Skips Images

UE - Niagara - Aug 14, 2018

Niagara SubUV will skip most images in a SubUV sprite. Every 8 frames on the time line once it starts spawning it will change its appears. Only 16 of the 64 images are shown from the SubUV. Found i ...

Alembic file doesn't play animations when imported as Skeletal Mesh

OLD - Anim - Aug 21, 2018

When importing an Alembic file as a Skeletal, the animation and morph targets keys are there but when played in the Viewport or Sequencer there is no animation. This was reported and tested in 4.2 ...

Clicking on object causes EndInputTouch to fire on the press instead of the release

UE - Editor - UI Systems - Slate - Sep 18, 2018

When clicking on an object EndInputTouch sometimes fires on the press instead of the release. This was not an issue in 4.19.2 (CL-4033788) and is a regression. However the functionality doesn't appe ...

IsTraceHandleValid with default FTraceHandles has unexpected behavior on the first frame

UE - Simulation - Physics - Sep 18, 2018

Because both FWorldAsyncTraceState's CurrentFrame and FTraceHandle are default initialized to 0, on the first frame, if a new Asnc Trace starts all default FTraceHandles will reference the same (now ...

MSAA Causes Black Outline with Atmospheric Fog in Forward Shading

UE - Graphics Features - Sep 28, 2018

MSAA causes black aliased outline with Atmospheric Fog with Forward Shading enabled. This does not occur with TAA or FXAA. Also does not occur if there is a sky sphere present. Found in 4.19 CL# 40 ...

Using a Blutility to modify an Actor in a Streaming Level doesn't make it dirty

UE - Gameplay - Oct 11, 2018

Using a Blutility to modify an Actor in a Streaming Level doesn't make it dirty and prompt it to be saved. This was reproduced and tested in 4.19.2 (CL-4033788), 4.20.3 (CL-4369336), 4.21 (CL-44358 ...