Anchor text can be scaled via the scale box

UE - Editor - UI Systems - Mar 13, 2017

Anchor text can be scaled via the scale box. The scaling for the anchors of widget can be affect if placed in a scale box ...

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. ...

UnrealVS not installing correctly for VS2017

UE - Foundation - Core - Mar 10, 2017

If you open a VS2017 sln and enable UnrealVS on the toolbar you'll see the refresh and batch builder button, but no field to fill in the project to compile. Clicking the Batch builder button will d ...

Low FPS in Kite Demo

Tools - Mar 9, 2017

When attempting to play the GDC_Landscape_01 map in Editor or as Standalone Game, game plays with very low FPS ~ 3-10 on machines that should be able to handle 30+. While testing for regression, ra ...

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. ...