K2Node_CallParentFunction has incorrect tooltip when duplicating a BP

UE - Gameplay - Blueprint - Apr 23, 2020

The code executes correctly at runtime, but the tooltip is incorrect. There is logic applied in CallFunctionHandler.cpp that handles the runtime execution, but that logic is missing the the tooltip. ...

ResetToFbxOnMaterialConflict does not work when reimporting in Python

UE - Editor - Content Pipeline - Import and Export - Apr 22, 2020

Right now when we reimport a staticmesh in python, the given import options are ignored, resulting in the ResetToFbxOnMaterialConflict reimport setting not working. The options given to the ImportA ...

UGameplayAbility::ConfirmTaskByInstanceName() has incorrect code comment

UE - Gameplay - Apr 22, 2020

UGameplayAbility::ConfirmTaskByInstanceName() has an incorrect code comment that was copied and pasted from UGameplayAbility::CancelAbility(). The comment for UGameplayAbility::ConfirmTaskByInstance ...

No shadow cast after Static Mesh Editor material assignment

UE - Editor - Content Pipeline - Datasmith - Importer - Apr 21, 2020

This is a Rhino file. Shadows are not cast on the Static Mesh after materials are assigned in the Static Mesh Editor. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4. ...

Exporting a UE4 Animation into Maya results in wrong skin weight

UE - Editor - Content Pipeline - Datasmith - Importer - Apr 21, 2020

UE4 Mannequin animations are not exporting/importing correctly into Maya. The right hand is bulkier and the left shoulder is dislocated. This was reported and tested in 4.23.1 (CL-9631420). this w ...

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

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

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

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