Unexpected Phat constraint skeleton tree search behavior

UE - Simulation - Physics - Nov 14, 2019

The skeleton tree search does not search for constraints based off of their full displayed name in the tree. Only their second bone name is used when filtering (despite portions of their full name s ...

Saving Level changes the Rotation of actors with parent-child relationships

UE - Gameplay - Components - Nov 14, 2019

According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...

[Feature Request] Random number generators in UE4 have short periodicity.

UE - Foundation - Core - Nov 14, 2019

Random generators in UE4 have a short periodicity. (FMath::Rand and RandomStream) I heard a xorshift variant has good characteristics. Could we consider importing it into UE4? [Image Removed] ...

FClothingSectionData::IsValid is not marked const

UE - Simulation - Physics - Character - Nov 13, 2019

FClothingSectionData::IsValid() is not marked const. ...

Play Rates are not reverted when HAP Media Plugin is disabled

Media Framework - Nov 11, 2019

Enabling the HAP Media player plugin permanently affects the thinned Play Rates of the Media Player asset. Tested in 4.23.1 (CL - 9631420), 4.24.0 (CL - 10091930), 4.25 (CL - 10091038) ...

Vector Field Initial Rotation will always have the same initial rotations for each emitter instance

UE - Niagara - Nov 11, 2019

The Vector Field Initial rotation module will have the same rotation for all instances of the same emitter. This is a regression from 4.22. ...

Shader Compiler Crashes in Remote Build

UE - Graphics Features - Nov 11, 2019

Output log when crashing UATHelper: Packaging (iOS): LogCook: Display: Max memory allowance for cook 16384mb min free memory 0mb UATHelper: Packaging (iOS): LogCook: Display: Mobile HDR setting 1 ...

Shader Complexity viewmode doesn't work on masked & pixel depth offset material

UE - Rendering Architecture - RHI - Nov 11, 2019

Materials with mask and pixel depth offset appear to be empty in Shader Complexity viewmode in SM5. Both happens in material preview and world viewport.  [Image Removed] Works fine in ES31.  [Ima ...

nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

SetCollisionEnabled shouldn't check owner

UE - Simulation - Physics - Nov 8, 2019

Attempting to set the collision of a component to NoCollision while the actor's collision is disabled will prevent the component's collision from changing. This is because of the early exit in UPrim ...