Timeline Scaling to 0,0,0 scales past 0 to negative values

UE - Gameplay - Jul 27, 2015

Scaling objects via a timeline scales past the intended value when attempting to scale to 0,0,0. Instead of ending at 0,0,0 the scale will be set to an extremely small negative value such as -.0019, ...

Set relative location in construction script does not work when value is [0, 0, 0]

UE - Gameplay - Blueprint - Dec 11, 2017

The Set relative location in construction script does not work when the value is [0, 0, 0] when used it does not set the location back when the specified component is moved, it does work for any val ...

Hypotenuse node unexpectedly returns "-nan(ind)" instead of "0.0" if both values passed into the node are "0.0"

UE - Gameplay - Blueprint - Feb 1, 2019

The Hypotenuse Blueprint node currently returns a value of "-nan(ind)" if both values passed into the node are "0.0". This result is correct based on the code that the Hypotenuse node uses, but is n ...

Resetting the Location of an Actor Not Created at 0,0,0 Does Not Reset it to Default

UE - Gameplay - Blueprint - Sep 7, 2016

When attempting to reset the location of an actor blueprint instance that was not created off of an empty actor placed at 0,0,0, the location gets set back to the original location of the empty acto ...

Blueprint's location reset to 0, 0, 0 after being detached in a network environment

UE - Networking - Apr 24, 2017

Attaching / Detaching a blueprint actor to a player in a network environment causes location errors when the detach occurs. Even without the attach events being replicated or the blueprint's movemen ...

When a fixed delta time step of 0.02 or higher is used with some skeletal mesh objects, rotational forces applied using AddTorque have no affect on the skeletal mesh.

UE - Simulation - Physics - Jan 27, 2015

Using AddTorque to apply a rotation to a skeletal mesh does not always provide the expected results if a fixed time step is being used. When doing this to the Owen character in the Content Examples ...

The Get node for the float value of Custom Axis Mappings only return 0.0 when called from Blueprints other than the Controller

UE - Gameplay - Input - Dec 3, 2014

The Get node for the float value of Custom Axis Mappings only returns 0.0 when called from Blueprints other than the Controller. Input from the player does not affect the value. Note: this works a ...

Merge an actor that contains Instanced Static Mesh components will reset to 0,0,0

UE - World Creation - Worldbuilding Tools - HLOD - Jan 31, 2017

Merge an actor that contains Instanced Static Mesh components will reset to 0,0,0. The Instanced Static Mesh components must be set using the Add Instance node through the Construction Script for th ...

Mip Gen Blur Settings affecting Mip Level 0 when setting the Maximum Texture Size

UE - Graphics Features - Jul 7, 2017

When Blurring a Texture using Mip Gen Settings and setting the LOD Bias or Maximum Texture Size, the blur gets applied to the base Mip Level 0. This behavior is contrary to how it behaves when blur ...

Unable to compile script plugins against 4.16.0

UE - Foundation - Cpp Tools - UnrealBuildTool - May 24, 2017

A bug in UBT is preventing the authors of SkookumScript from submitting their 4.16 plugin to the marketplace. ...