No Implementation of Constructor in FNetBitReader

UE - Networking - Mar 13, 2017

It seems that in CoreNet.h, there are two constructors declared. However, only the first constructor is defined in CoreNet.cpp. If you look in CoreNet.h, you'll notice that FNetBitReader( int64 In ...

Crash diffing an AnimBP with a node deleted from a State Machine Transition

UE - Gameplay - Blueprint - Mar 10, 2017

Error message: Assertion failed: false [Link Removed] [Line: 1123] Looking for node K2Node_AnimGetter_327 but it cannot be found in provided panels Source Context: 1108 } 1109 111 ...

Physics mesh does not sleep when it lands on skeletal mesh

UE - Simulation - Physics - Mar 10, 2017

When a physics mesh lands on a skeletal mesh, it will never go to sleep. ...

Crash right-clicking in anim blueprint asset picker

OLD - Anim - Mar 10, 2017

Editor crashes when right-clicking in the blank area of the anim blueprint asset picker ...

Input disabled for all UMG when SetIsEnabled is called from code

UE - Editor - UI Systems - Mar 10, 2017

Calling SetIsEnabled on a UMG button in code will prevent any UMG input from being read (can't click other buttons/checkboxes, can't enter text into field, etc). Regression: No - code used does not ...

Vulkan is crashing on S7 Mali

UE - Platform - Mobile - Mar 10, 2017

Projects packaged for Android using Vulkan are crashing on S7 Mali devices. This is not happening in 4.14. ...

Compile error when connecting Literal enum node to Enum container Map type

UE - Gameplay - Blueprint - Mar 9, 2017

Compile error when connecting Literal enum node to Enum container Map type. If this connection isn't compatible, a "Byte to Enum" would be expected to be created. ...

2D Blendspace breaks when aligning samples in a straight line

OLD - Anim - Mar 9, 2017

2D Blendspace breaks when aligning samples in a straight line Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Reimporting a static mesh with modified material LODs does not update the materials correctly

Tools - Mar 9, 2017

In Main the cube Section0 LOD material is replaced with the DefaultGrid material which is also not expected. This appears to be a regression from 4.15 based on the test execution history. ...

Re-Importing a Static Mesh Removes All Sockets

Tools - Mar 9, 2017

Re-importing a static mesh results in all currently applied sockets being removed from the static mesh in the Editor. Workaround: Setting the sockets up in the Native 3D editing software followin ...