When using Set Master Pose Component, crash occurs when target has cloth

OLD - Anim - May 18, 2017

Description: Appears directly related to using Set Master Pose Component when the target component has cloth Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Lin ...

Packaging fails when nativized blueprint implements interface with virtual function

UE - Gameplay - Blueprint - May 18, 2017

If an interface contains a virtual function that returns "nullptr", If an interface contains a UFUNCTION that has a TSubclassOf type as a parameter or return value, implementing the interface in a b ...

Editor crashes when opening a project that has a variable in a Blueprint function with the same name as a different replicated variable in the Blueprint's parent code class

UE - Gameplay - Blueprint - May 17, 2017

If a replicated property in a parent code class has the same name as a variable contained within a function of a Blueprint that derives from that parent class, the Editor will crash while attempting ...

Collapsed component hierarchy expands when placing component in Widget Hierarchy panel

UE - Editor - UI Systems - May 17, 2017

A collapsed component hierarchy expands when placing a component in Widget Hierarchy panel. This issue seems similar in nature to [Link Removed], but the test case for this issue id different, and f ...

Crash attempting to force delete a duplicate skeletal mesh while in Paint Mode

OLD - Anim - May 17, 2017

The editor crashes when you Force Delete the vertex painted asset in the viewport from the content browser. This was not a feature in 4.15 therefore not a regression This also happens in 4.17 - f ...

Get Instances Overlap returns overlap outside of collision bounds

OLD - Anim - May 17, 2017

Get Instances Overlap returns overlap outside of the collision bounds. This effects the Instanced Overlapping Box and Sphere. It is also reproducible with engine assets replacing the Fencing mesh. ...

CMake projects don't set the expected compiler or debugger settings

UE - Platform - Linux - May 17, 2017

Generate a CMake project Open in CLion and see that the default compiler and debugger are not set making them the system defaults. This is a quality of life issue that would clarify things. ...

CMake projects don't place engine code in their proper folders when generating a CMake file for a specific project

UE - Platform - Linux - May 17, 2017

On Linux, generate a CMake project for a specific .uproject. Use CLion to open that project file. You'll see that all of the source code files for the engine are in the root of that project. This do ...

Actors in 4.16 do not enter a resting state when expected

UE - Simulation - Physics - May 17, 2017

There is extra random bouncing that can last a couple of seconds that does NOT occur in 4.15.2. Sometimes the cube would look like it settled, then randomly pop and bounce again. This happened on b ...

BokehDOFRecombine Incurs Cost Even While DOF Is Not Enabled

UE - Graphics Features - May 17, 2017

While separate translucency is enabled DOFRecombine will incur a cost even when not using DOF (Scale of 0 or blur size of 0). Maybe we can check to see if those values are == 0 (meaning DOF is effec ...