FVector::Normalize does not set Vector to (0,0,0) upon failure, as described

UE - Foundation - Core - May 24, 2017

The FVector::Normalize function states in its comment that if given a vector that is too small to be normalized, it will set it to 0,0,0 and return false. The function only returns false and does no ...

Crash on map reload when blutility is using Get Selection Set

UE - Gameplay - Blueprint - May 24, 2017

Editor crashes on map reload, if an actor in the level is accessed by blutility get selection set. ...

MakeSureMapNameIsValid can return other assets if the name matches an Engine Content asset

UE - Foundation - Core - May 23, 2017

MakeSureMapNameIsValid will take in a FString, look for an asset matching that FString and edit it to match the asset path of the asset found. This issue is caused by the function not limiting its s ...

Loss in Specularity on Skin Shading when Shadowed by Indirect Capsule Shadows using r.sss.checkerboard 0

UE - Graphics Features - May 23, 2017

A licensee is reporting incorrect or over exaggerated loss of specularity on the Subsurface skin shading model when shadowed by indirect capsule shadows, and then modifying the r.sss.checkerboard se ...

DetourCrowdAIController Using Incorrect Nav Agent

UE - AI - May 22, 2017

Pawns using a DetourCrowdAIController do not appear to be using the correct Nav Agent when attempting to move. Setting the AI Controller class to a normal AI Controller allows it to complete the s ...

Rotation Not Always Replicated When bUseControllerRotationYaw is Set to False

UE - Networking - May 19, 2017

Rotation does not always appear to be replicating when bUseControllerRotationYaw is set to false on the Character's class. This seems to occur 4/5 times. There are the occasional times where telep ...

Variable is not Replicated if the Value is Set to the Original Default Value

UE - Networking - May 19, 2017

Variables are not being replicated when they are set on the server to be the same value as the default value of the property. For example, if a float is created and defaulted to 20, and then set to ...

Soft Contraint's Stiffness and Damping settings don't affect anything

UE - Simulation - Physics - May 19, 2017

The settings for "Stiffness" and "Damping" in the Soft Constraint setting for Physics Constraints doesn't seem to have an effect on anything. Regression?: No This also occurred in 4.14 ...

Sweep result from AddActorWorldOffset is inconsistent following direction when the actor is initially overlapped with other object.

UE - Simulation - Physics - May 19, 2017

Sweep result is not consistent when there is initial overlap but the x sign(+/-) is not same. I believe this issue is related to [Link Removed] So this leads to inconsistent behavior in the TwinSti ...

Removing components from Landscape with simplified collision results in assertion

UE - LD & Modeling - Terrain - Landscape - May 18, 2017

Performing operations on a Landscape with simplified collision can result in an assertion ...