Editor crash when drag and drop the Image widget in a NamedSlot on the designer

UE - Editor - UI Systems - Apr 20, 2020

When first added as a child widget in NamedSlot, the child widget can be dragged and dropped onto the parent widget's designer. The following assert causes a crash. Assertion failed: ParentWidget ! ...

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

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

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

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

AbilitySystem.Debug.NextCategory incorrectly has same description as AbilitySystem.Debug.PrevTarget

UE - Gameplay - Apr 13, 2020

The console command AbilitySystem.Debug.NextCategory incorrectly has the same description as AbilitySystem.Debug.PrevTarget instead of its own accurate description. ...

Crash when making Android package in SlateTextShaper.cpp

UE - Editor - UI Systems - Slate - Apr 7, 2020

Crash when outputting garbled text 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 ...

Get polygon data via GetPolysInBox that are outside the box

UE - AI - Navigation - Apr 6, 2020

GetPolysInBox should get only the polygons(FNavPoly) that are on the bounds of the box. However, there are cases where polygon data outside the bounds of the box is currently obtained. It gets polyg ...

Macro can have Pass-By-Reference type input

UE - Gameplay - Blueprint - Mar 30, 2020

Input arguments of macros are always Pass-by-Reference. So this is just only pin looks matter. Pass-By-Reference modifier on Macro input was removed in 4.24. [Link Removed] ...