The OnUnPossess() method of the AAIController class is triggered twice

UE - AI - Apr 21, 2020

The OnUnPossess() method of the AAIController class is triggered twice ...

IsReplicationPausedForConnection is never called

UE - Networking - Apr 20, 2020

AActor.IsReplicationPausedForConnection is never called. ...

EditorOnly Actor-subclass blueprints cause SavePackage warning "A dependency '%s' of '%s' was filtered, but is mandatory"

UE - Gameplay - Blueprint - Apr 20, 2020

https://udn.unrealengine.com/questions/570767/filtering-bug-with-iseditoronlyactor.html On a a blueprint that inherits from an actor class such as FunctionalActor, the user can mark Actor::bIsEdito ...

Paper2D tile maps cannot be edited via the modes toolbar in viewport, after they are placed in a level and promoted to an instance

Tools - Apr 20, 2020

Paper2D tile maps cannot be edited via the modes toolbar in viewport, after they are placed in a level and promoted to an instance ...

UProceduralMeshComponent::UpdateMeshSection does not call UProceduralMeshComponent::UpdateCollision

UE - Simulation - Physics - Apr 20, 2020

Updating a procedural mesh results in an incomplete collision update. Collision bounds appear to get updated properly, but collision data is not updated, despite a navigation rebuild being triggered ...

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

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