FBX skeletalmesh animation import use an integer for sample rate

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2020

Integer sample rate is not playing well with 23.976(NTSC/24) sample rate, the curve get resample at 30Hz in that case and we loose precision. We need to support FFrameRate sample rate to get accura ...

Audio from iOS is muted after having responds from siri.

UE - Platform - Mobile - Sep 10, 2020

User cannot hear sound after siri's respond when playing the app. When user go home screen then back to the app, then the user can hear the sound. This is related to [Link Removed] but this tick ...

Multiplayer Preview in VR HMD input routed to all players

UE - Platform - XR - Sep 1, 2020

Multiplayer Preview in VR is not useful because HMD input is routed to all players. ...

Engine crashes after editing a struct variable in use.

UE - Gameplay - Blueprint - Aug 27, 2020

After editing any struct variable in use such as adding, removing, or editing, and then compiling afterward the engine crashes. Sometimes it crashes after a few seconds. ...

Crash after removing frames in recorded animation

OLD - Anim - Aug 26, 2020

Crash after removing frames in recorded animation.  Reported in version 4.25.3 (CL-13942748) and tested in versions 4.24.3 (CL-11590370) and 4.25. Working as expected in 4.24.  ...

nDisplay Crash in DisplayClusterDeviceBase.cpp

UE - Virtual Production - nDisplay - Aug 14, 2020

Normal of Skeletal Mesh is incorrect when Recompute Tangent is used when Skincache is enabled

UE - Graphics Features - Aug 12, 2020

This issue occurs in Skeletal Mesh depending on the model when Skincache is enabled and affects the rendering. ...

Number containers do not correctly parse equations

Tools - Jul 30, 2020

In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...