Object Scale Material Node Returning Incorrect Information When Rotated to Certain Angles

UE - Graphics Features - Jul 17, 2018

When using the object scale node in a material it will return incorrect values if rotated to certain angles. Found in 4.19 CL# 4033788, 4.20 Preview 20 CL# 4173640, 4.21 CL# 4209927 ...

Copying an instance of a blueprint actor that has an extra, non-default element in an array does not copy that extra element

UE - Gameplay - Blueprint - Jul 16, 2018

Copying a blueprint instance that has an array does not copy any elements added to that array directly on the instance and only copies the blueprint's default array elements This worked in 4.13 and ...

Exceptions can no longer be enabled for ProjectEditor targets

UE - Foundation - Cpp Tools - Jul 16, 2018

It is no longer possible to enable C++ exceptions for the ProjectEditor target in code projects that use the binary Engine. Some fixes that were made for 4.19 now correctly show an error message if ...

'Set Timer by Function Name' not able to call functions that return an Output Parameter

UE - Gameplay - Jul 16, 2018

When using a 'Set Timer by Function Name' node with a Function that has an Output parameter it will fail at executing the Function. If the Function is called with an Event BeginPlay node it will fu ...

When "Support Material Layers" is Enabled Material Instance Parameter Values Reset to Default Value When Override is Unchecked

UE - Graphics Features - Jul 14, 2018

If "Support Material Layers" is enabled, every time you uncheck an overridden parameter box in a material instance the value of that parameter will reset to its parent's default value instead of sta ...

Niagara Particles don't work with Instanced Stereo Rendering enabled

UE - Niagara - Jul 13, 2018

With Instanced Stereo enabled, CPU Niagara particles are not visible, GPU Niagara particles render in left eye only. ...

Packaging fails during compilation when nativizing a blueprint using ForEach and ByteTo with a custom enum type

UE - Gameplay - Blueprint - Jul 13, 2018

When using Blueprint Nativization, the compilation will fail during packaging when using a ForEach loop or ToByte conversion with a custom enum in a TMap. Regression?: No This occurs in 4.18 ...

Niagara Not Working with Volumetric Materials

UE - Niagara - Jul 13, 2018

Niagara will not work with Volumetric Materials. Found in 4.20 Preview 5 CL# 4173640 and 4.21 CL# 4207835 ...

Importing an Alembic File with "Skip Empty Frames at Start of Alembic Sequence" Enabled Causes Crash

OLD - Anim - Jul 13, 2018

Importing an Alembic File with "Skip Empty Frames at the Start of Alembic Sequence" Enabled Causes Crash. Found in 4.20 Preview 5 CL# 4173640 and 4.21 CL# 4207835 ...

Cursors: 'Grab Hand' and 'Grab Hand Closed' appear as 'Hand' in packaged project

UE - Editor - UI Systems - Slate - Jul 13, 2018

GrabHand Cursors appear as Hand (Index finger cursor) in a packaged project 4.20p5 CL# 4173640 4.21 CL# 4179764 ...