Sockets Duplicate When Mesh is Reimported

Tools - Dec 21, 2017

When a static mesh that already has sockets created in it's original third party program is reimported into the editor, it's sockets are duplicated. Going from 10 to 20 on reimport.  ...

Replace references doesn't prompt to save dirtied assets that hold a soft reference to the deleted asset

UE - Gameplay - Dec 21, 2017

When deleting an asset any other asset that holds a soft reference to the deleted item will appear in the reference list. For a soft reference when choosing to replace the references with another as ...

Regression: "Play particle effect" anim notifies are not seen in the editor playing level sequence/matinee when Attached is set to false

UE - Graphics Features - Dec 21, 2017

Not Attached particle system is not seen in the viewport of the editor. This particle will be seen normally when PIE.  Regression? Yes. This issue is not reproduced in 4.17 version. You can simply ...

Cable Component wildly swings around when the World Origin is shifted

OLD - Anim - Dec 18, 2017

Cable Component wildly swings around when the World Origin is shifted. Standard physics object are not effected. ...

Skeletal mesh vertex colors swizzled on Mali devices

UE - Platform - Mobile - Dec 17, 2017

We are currently experiencing an issue where skeletal mesh vertex colors are different on certain mobile devices. What we see is the following:Red and Blue channels are swapped.It occurs consistent ...

Compile warning/error in the FUpdateCollisionResponseHelper destructor

UE - Simulation - Physics - Dec 15, 2017

It has been reported that when building with Visual Studio 2017 version 15.5.1, a warning/compile error is shown in BodyInstanceCustomization.cpp: warning C4287: '<': unsigned/negative constant mism ...

Sharing TransitionRule of multiple AnimStateTransitionNode, when AnimBP is opened it becomes dirty

OLD - Anim - Dec 15, 2017

Sharing transition rule it will be Dirty when AnimBP opens. When AnimBP is open, "if(BoundGraph->GetOuter () != Node)" is true in FBlueprintEditorUtils::UpdateOutOfDateCompositeWithOuter, BoundGrap ...

If the entry of State Machine of AnimBP directly connect a state which has another state machine, a crash will occur when changing parameters of AnimBP

OLD - Anim - Dec 14, 2017

If you directly connect a state which has another state machine to the entry of State Machine of Animation BP, a crash will occur when changing parameters. If you connect an empty State to an Entry ...

Landscape Change Component Size Tool removes foliage from landscape

UE - World Creation - Worldbuilding Tools - Foliage - Dec 12, 2017

Foliage painted onto a landscape will disappear when Sections per Component is changed from 1x1 to 2x2. Affects 4.17.2 CL 3658906, 4.18.2 CL 3794801, 4.19 Main Possible Workaround is to set the Re ...

UWorld::RemoveFromWorld does not check Pointer Reference for null before use

UE - Gameplay - Dec 12, 2017

The code in UWorld::RemoveFromWorld that removes Pawns that are about to be streamed out does not check to see if the pointer that it sets is null prior to using it. In cases where Pawns are rapidly ...