Duplicating an inherited Blueprint float variable defaults it's value to 0.

UE - Gameplay - Oct 18, 2018

When creating an Actor Blueprint (Testbase), and creating a new Blueprint Actor that inherits from Testbase (TestBP).  We can drag an instance of TestBP into the World. If we go back into the Parent ...

Datasmith CAD Import Texture Scale Is Smaller Scale Than Expected

UE - Editor - Content Pipeline - Datasmith - Importer - Oct 17, 2018

The texture scaling of an imported CAD file is much smaller than that of a standard engine primitive or imported fbx.  Found in 4.19 CL# 4033788. 4.20 CL# 4369336, 4.21 Preview 2 CL# 4472090 ...

Launching on IOS, sessions do not appear in the Session Frontend

UE - Networking - Oct 17, 2018

Licensee reports: Dug into this further and our iOS devices aren't receiving any of the handshake messages sent by the Session Frontend (or any other UDP messages for that matter) because multicast ...

Construction Script Does Not Update Parameters Of An Actor Component

UE - Gameplay - Oct 16, 2018

The construction script does not update the parameters of the actor component. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Preview 1 CL# 4435822, 4.22 CL# 4470579 ...

Procedural Mesh Component Memory leak when destroyed from an Array

UE - Gameplay - Oct 15, 2018

When destroying an Actor with a Procedural Mesh Component; that is stored in an Array Variable, the memory for that Actor's Procedural Mesh Component is not cleared, leading to a Memory Leak. Howeve ...

Axis gizmos are not shown as rotated for IWCE but are for BP editor, which is a confusing discrepancy

UE - Gameplay - Blueprint - Oct 15, 2018

A child scene component does not appear to rotate in the viewport but will appear rotated in the Blueprint Editor. ...

EarlyZPassOnlyMateriaMasking Makes Masked Materials on Particles Flicker When Close to the Camera

UE - Niagara - Oct 12, 2018

When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...

Unable to rename Blueprint Custom Events Input Parameter to: "NEWPARAM"

UE - Gameplay - Oct 12, 2018

In an Actor blueprint, creating a custom event with an input parameter and renaming said parameter to "NEWPARAM" will not rename the parameter. Note: Renaming the parameter to another name, and t ...

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor

UE - Gameplay - Oct 12, 2018

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor.  Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...