Int64 literals in Blueprint get rounded

UE - Editor - UI Systems - Slate - Mar 27, 2020

Int64 literals in Blueprint get rounded ...

NavModifierVolume's FailsafeExtent is applied to the wrong area

UE - AI - Apr 16, 2020

The FailsafeArea of NavModifierVolume is generated at a different location from the center of the actor when it rotated. This means that the effect of rotation is incorrect. (see attached file) W ...

FIOSInputInterface::SendControllerEvents crash due to UIInterfaceOrientation call from game thread

UE - Platform - Mobile - Apr 29, 2020

From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...

UDelegateProperty define missing in DefineUPropertyMacros.h

UE - Foundation - Core - May 11, 2020

The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...

Time Synth fails to play 96KHz audio clips

UE - Audio - May 19, 2020

TimeSynth 96KHz music clips only play for a split second and then stop. 48KHz files play correctly however 96KHz 16-bit and 24-bit files do not This was reported and tested in 4.25 (CL-13144385) an ...

Switch on String does not respect Case Sensitive flag

UE - Gameplay - Blueprint - Jun 2, 2020

Switch on String does not respect the Is Case Sensitive flag and will generate a compile error when there are two pins with the same name but different cases ...

Text 3D Component not available in Blueprints

UE - Virtual Production - Jun 8, 2020

After enabling the Text3D plugin, Text3D component is not available to add to an Actor Blueprint in 4.25. This had previously worked in 4.24.3 ...

Hide/Unhide Bone by Name nodes have tooltip typo

OLD - Anim - Jun 22, 2020

The Hide Bone by Name and Unhide Bone by Name nodes have typos in their tooltips. "Compared" is spelled as "compoared" ...

Custom Events get unbound when duplicating Level Sequences

UE - Anim - Sequencer - Nov 13, 2019

Custom Events get unbound when duplicating Level Sequences ...

Flickering artifacts are rendered when using Sky Atmosphere Component with Vulkan

UE - Rendering Architecture - RHI - Jul 16, 2020

Rendering the SkyAtmopshere component using Vulkan with and without Vulkan (SM5) enabled causes artifacts to appear on screen on Windows and Linux.  This was reported and tested in 4.25.1 (CL-135 ...