Vive Trackpad X and Y always return 0

UE - Platform - XR - Feb 3, 2020

Platform-specific input for pad axis in 4.24 leads to missing value in VIVE. in 4.23.1 this is not reproduced. ...

Android Crash on app launch if AdditionalPluginDirectories contains wildcards in path

UE - Platform - Mobile - Jun 23, 2017

Having wildcards in the path for AdditionalPluginDirectories causes apps on Android to crash on launch. When testing this on iOS, the app did not crash but froze at the splash screen instead. Androi ...

Divide by zero in beam update can cause editor to crash in Cascade

UE - Niagara - Sep 23, 2019

The licensee has traced the issue back to a divide by zero in  UParticleModuleTypeDataBeam2::Update. If the Target and Source are the same then the beams magnitude will be zero. When there is a Nois ...

Niagara crashes with skeletal mesh sampling in GPU system in Vulkan

UE - Niagara - Sep 17, 2019

Switching over to GPUCompute with Skeletal mesh surface sampling will crash in Vulkan. This does not occur with CPU sims or in D3D. When testing with D3D I would get the same Niagara compile warning ...

Crash On Launch When Using Leap Motion Character

UE - Platform - XR - Mar 1, 2017

The editor is crashing on launch when the Leap Motion plugin is enabled and a leap motion character is being used. This did not occur in 4.14.3. This is a regression. ...

GamePad input commands for multiplayer all send to player 1

UE - Gameplay - Input - Nov 20, 2014

When setup for multiplayer, all players are able to move around and control the camera with the analog sticks but button presses of all controllers only affect player 1. ...

Skeletal meshes are not simulating physics

UE - Simulation - Physics - Feb 6, 2017

Skeletal meshes do not simulate physics when playing in viewport. They are not affected by gravity, nor do they ragdoll. This doesn't occur in UE4/Main. This occurs with Immediate Mode Physics of ...

[CrashReport] UE4Editor-MetalRHI.dylib!FMetalVertexBuffer::FMetalVertexBuffer()

UE - Graphics Features - Jul 25, 2017

This is a common Mac crash that has affected users since at least 4.14. Unfortunately users have not provided any descriptions of their actions when the crash occurred. ...

Data Tables can no longer import numeric enum values

Tools - Nov 1, 2017

Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...

Mobile projects crash with Event Driven Loader disabled

UE - Platform - Mobile - Feb 21, 2019

iOS + Android apps will crash on launch if Event Driven Loader is disabled. Confirmed in 4.23 MAIN at CL 5035898 ...