Duplicate Physics replication call in PhysScene_PhysX.cpp

UE - Simulation - Physics - Nov 27, 2018

There is a duplicated block of physics replication code in PhysScene_PhysX.cpp  https://github.com/EpicGames/UnrealEngine/blob/release/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysScene_P ...

Making magenta noise in Emissive Map when creating proxy mesh

UE - Graphics Features - Nov 26, 2018

Since magenta is a special color used for initialization of the UE4 and it may have occurred problem because we are performing a branch using equal.[Link Removed][Link Removed] Licensee wants to us ...

URLs aren't parsed correctly when running multiple listen servers on one machine

UE - Networking - Nov 19, 2018

According to the UDN thread, a second listen server started on a machine will not process the travel URL correctly and fail to actually load a map in listen mode. ...

Filling Vertex Colors does not propogate down to other LODs

Tools - Nov 19, 2018

The original reported behavior called out that filling individual channels did not apply to LODs when LOD Model Painting = False. With changes implemented in 4627582, the initial fill will reach LOD ...

IOS 11 Freezes When Generating Particles Using SphereMask

UE - Platform - Mobile - Nov 16, 2018

When playing a particle using SphereMask, iOS 11 device terminal freezes.This issue is not a crash, it's screen freeze. Reproduced deviceiphoneX :iOS 11.4.1iphone7 :iOS 11.4.1 Not reproduced devic ...

The Mirror option in the Physics Asset editor is not accurate

UE - Simulation - Physics - Nov 13, 2018

The Mirror option in the Physics Asset editor is not accurate at mirroring the bodies. The position and rotation is always skewed. Regression? No This occurs in 4.20 ...

iPhone X Notch is off center on XR and XS Max when selecting their screen size in a UMG Widget

UE - Platform - Mobile - Nov 8, 2018

The iPhone X notch is off center on the XS Max and the XR. ...

Skeletal Mesh Ref Skeleton can be built before Skeleton has finished loading, meaning it misses Virtual Bones

OLD - Anim - Nov 7, 2018

Skeletal Mesh Ref Skeleton can be built before Skeleton has finished loading, meaning it misses Virtual Bones. Need to force Skeleton to finish loading before building ref skeleton (Like animation a ...

Vehicle Game - Input Interference when Controller Plugged in

UE - Gameplay - Input - Nov 2, 2018

GenericUSBController Axis values interfering with input when Xbox Controller is active. (Generic Inputs were added for Switch Support) ...

GetRandomReachablePointInRadius is displaying non reachable points when radius float values exceed 6000

UE - AI - Oct 31, 2018

When creating an Actor, and placing them inside of a geometric obstacle. GetRandomReachablePointInRadius is giving only non reachable points. The behavior happens when we set our navigational mesh b ...