Duplicating a SetMaterialAttributes Node Causes Missing Attributes

UE - Rendering Architecture - Materials - Nov 5, 2018

Duplicate SetMaterialAttributes nodes will be missing attribute connections on the node itself, but in the properties tab they will show up. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Previe ...

Data table editor uses property names as column headings

Tools - Nov 2, 2018

The column names in the data table editor appear to directly use the property name instead of the "pretty" version of the property name. If the "DisplayName" meta specifier is used, though, that is ...

Draw Debug String off-center in VR

UE - Platform - XR - Nov 1, 2018

DrawDebugString does not render at set location in VR Other debug helpers rendering as expected Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp DrawDebugString looks to be the only fu ...

GetRandomReachablePointInRadius is displaying non reachable points when radius float values exceed 6000

UE - AI - Oct 31, 2018

When creating an Actor, and placing them inside of a geometric obstacle. GetRandomReachablePointInRadius is giving only non reachable points. The behavior happens when we set our navigational mesh b ...

Incorrect Particle Translation When Reactivated

UE - Niagara - Oct 30, 2018

When attaching a ribbon particle system to a moving object, undesired/unexpected effects take place when the object moves out of camera view.  Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# ...

Skeletal Meshes do not work properly on Open GL ES 3.1 on Xiaomi Redmi 6

UE - Platform - Mobile - Oct 30, 2018

Skeletal meshes do not render or animate properly on the Xiaomi Redmi 6 (PowerVR GE8320) when using OpenGL ES3.1. This issue changed a bit from 4.19 to 4.20. In 4.19, the skeletal mesh seems to of ...

Packaging/launching 2D Side Scroller template for HTML5 results in Black Screen on browsers

UE - Platform - Mobile - Oct 30, 2018

Packaging or Launching the 2D Side Scroller template without making any edits results in issues that differ by browser. Firefox : A black screen appears (see screenshot) Chrome : 1/4th of the scre ...

Utility functions in UEdGraph_ReferenceViewer are no longer exposed

UE - Editor - Content Pipeline - Content Browser - Oct 29, 2018

A number of utility functions are provided in UEdGraph_ReferenceViewer for building menu extenders. This class was originally included in the engine as part of the ReferenceViewer module, but was re ...

Blueprint Actor with instance editable variables that are named with brackets cannot have their default values duplicated

UE - Gameplay - Oct 26, 2018

When copying a Blueprint actor, Variables with brackets in their names don't have their values copied. IE: Creating a vector variable named "MyVector[]" This behavior also replicates with round brac ...

A crash in editor will result after swapping inherited SCS component names at the parent class level before loading a child class that overrides them.

UE - Gameplay - Blueprint - Oct 26, 2018

This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...