FPhysicsInterface_PhysX::Sweep_Geom calculates incorrect shape transform

UE - Simulation - Physics - Feb 19, 2019

FPhysicsInterface_PhysX::Sweep_Geom incorrectly calculates the shapes' world transforms, while an alternate approach in FPhysicsInterface_PhysX::LineTrace_Geom works correctly. ...

Initializing custom Component on Actor in constructor causes odd hierarchy and details panel issues

UE - Gameplay - Blueprint - Feb 19, 2019

When testing with a simple setup, as follows: MySceneComponent has a UProperty(VisibleAnywhere, BlueprintReadOnly) of a USphereComponent pointer, initiated in the Constructor AMyActor has a UProper ...

Oculus HMD not registering in shipping build for windows 32 bit

UE - Platform - XR - Feb 18, 2019

Oculus rift does not appear to be used in a shipping build for windows 32 bit. The project appears to default to using Steam VR ...

Node MinimumAreaRectangle produces wrong centerpoint

UE - Gameplay - Feb 15, 2019

The centerpoint for the MinimumAreaRectangle function returns the wrong value when applied. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 4958263) ...

In a Material instance, parameters of newly selected Material Layer Instance are overridden by default

UE - Rendering Architecture - Materials - Feb 15, 2019

 A minor issue but can be quite inconvenient when there're a lot of parameters. ...

Warning when Editing a Variable with an empty Gameplay Tag Query - Warning: Error parsing FGameplayTagQuery!

UE - Gameplay - Feb 14, 2019

Warning is thrown when Editing an empty Gameplay Tag Query variable:Warning: Error parsing FGameplayTagQuery! This issue is also occurring in 4.21.2. Once the Gameplay Tag Query has tags in the Qu ...

Bones with physics enabled stretch when moving over the Actor set in the TickGroup after PrePyhsics

UE - Simulation - Physics - Feb 14, 2019

When moves over the Actor set after PrePhysics( e.g. DuringPhysics ), the bone with the physics enabled will stretch. Instead of directly using PhysicsAsset, using RigidBody nodes does not cause th ...

Interface Message Nodes report an error if multiple inputs are connected to the Target pin.

UE - Gameplay - Blueprint Compiler - Feb 13, 2019

Connecting multiple object pins as inputs to the Target input pin of an interface message node causes an error of the format:failed building connection with 'Replace existing input connections' Thi ...

Material accuracy on iPhoneX is significantly inferior compared to iPhone 7

UE - Platform - Mobile - Feb 13, 2019

The accuracy of World Position and Camera Position in Material on iPhoneX is very inferior to iPhone 7. If you enable UseFullPrecision the result will be the same. ...

Separate Translucency does not work properly on iOS when DepthFade and DoF are used

UE - Platform - Mobile - Feb 13, 2019

Effects using translucent materials using Mobile Separate Tranclucency and DepthFade do not display properly if DoF is enabled. By applying CL # 4558661 shared by [Link Removed], Android works norm ...