Corrupted Japanese text when packaging for Android

UE - Platform - Mobile - Apr 17, 2020

Garbled text is displayed when creating Android package. It did not occur in my colleague's environment using English OS, but occurred in my environment using Japanese OS. This issue should be fixed ...

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 ...

Depth Not Rendered Correctly When Using CustomProjectionMatrix in SceneCaptureComponent2D

UE - Graphics Features - Apr 15, 2020

The depth is rendered incorrectly when using a custom projection matrix in SceneCaptureComponent2D. You can find an example project at [Link Removed]. You can find where the CustomProjectionMatrix ...

Asset players in LinkedAnimInstances are ticked twice when a PostProcessAnimInstance is present

OLD - Anim - Apr 14, 2020

Reported here: https://udn.unrealengine.com/questions/569091/animation-playrate-in-linkedanimgraph.html I tested with a downloaded copy of 4.24. It looks like this would also happen in 4.25 though. ...

Custom Transition Notification Events do not update in the Event Graph when their name is changed in the Locomotion State Machine

UE - Anim - Runtime - Apr 14, 2020

It seems like the name will not update for the already place node automatically, however if a new one is created, the old name no longer appears in the node list and only the event node with the cha ...

Niagara Sphere Location module ignores Coordinate Space setting in its Offset

UE - Niagara - Apr 14, 2020

Niagara Sphere Location module ignores Coordinate Space setting in its Offset. Tested in: 4.24.3 CL#11590370, 4.25P6 CL#12611535, 4.26 CL#12767035 *Attached is the users workaround and video d ...

Vislog can store an incorrect Owner location

UE - AI - Apr 14, 2020

In some circumstances a vislog entry can end up with it's location not set up to owner's location. ...

Thumbnails do not display shadows after opening and saving the asset

UE - Graphics Features - Lumen - Apr 14, 2020

Shadows in an asset's thumbnail disappear after opening and saving the asset, whether changes are made or not.  Tested: 4.24.3 CL#11590370, 4.25P6 CL#12493028, 4.26 CL#12767035 ...

Android media player rejects RTSP streams.

UE - Platform - Mobile - Apr 14, 2020

The Android Media player checks for a valid stream URL using an HTTP connection (MediaPlayer14.java in RemoteFileExists). This means it erroneously rejects RTSP streams. ...

Animation Blueprint does not update in editor if ActorComponent UProperty is changed while ActorComponent is selected on placed Actor

UE - Gameplay - Components - Apr 14, 2020

At editor-time (ie, while using the editor and NOT in a PIE session), the Animation Blueprint's ability to read updated values appears to depend on what component of an Actor is currently selected, ...