Move move events on widgets displayed via WidgetComponent will be offset in Standalone

UE - Editor - UI Systems - Slate - Aug 9, 2019

It appears the custom hit testing logic of WidgetComponent handles click positions well via UWidgetComponent::GetHitWidgetPath adding virtual mouse coordinates to the arranged widget, but mouse move ...

"Move selected actors to level" will move all foliage currently opened when a AInstancedFoliageActor is selected

UE - World Creation - Worldbuilding Tools - Foliage - Aug 13, 2019

From UDN https://udn.unrealengine.com/questions/518184/move-selected-actors-to-level-will-move-all-foliag.htmlWe've noticed a very dangerous behavior when moving actors from one level to another. If ...

Owner No See Tags are ignored when Static Mesh Actor is placed in Level vs dynamically spawned in Level

UE - Gameplay - Aug 21, 2019

Owner No See Tags are ignored when Static Mesh Actor is placed in Level vs dynamically spawned in Level ...

Duplicating an overridden function graph causes input/output pins to double

UE - Gameplay - Blueprint Editor - Aug 16, 2019

This is caused by the same thing that causes this: https://jira.it.epicgames.net/browse/UE-58390 FBlueprintEditorUtils::PromoteGraphFromInterfaceOverride is the cause of this behavior  ...

GenerateProxyMesh causes incorrect transform in ISM using Scale

UE - World Creation - Worldbuilding Tools - HLOD - Aug 20, 2019

MeshVertex has been converted by component transform before being converted by instance transform. It is ( Vertex * ComponentTransform ) * InstanceTransform. I thought it has to be converted by (Ve ...

Reimport Skeletal Mesh break Morph Targets if you have Active Reduction on base LOD

UE - Editor - Content Pipeline - Import and Export - Aug 27, 2019

BuildGraph XML Errors Logged Incorrectly

UE - Foundation - Horde - BuildGraph - Aug 30, 2019

Suggested fix from licensee: After investigation, it seems that the filename is passed as a string instead of a FileReference in Script.cs:84. Fixing the issue seems to be as simple as changing th ...

Exported Morph target Animation sequences behaves differently in Max or Maya vs in UE4

UE - Editor - Content Pipeline - Import and Export - Sep 2, 2019

After invested, noticed that the exported morph target animation generated two separated Morph Modifier for each individual Morph Target in Max to achieve the final result instead of using only one ...

UAnimInstance::GetInstanceTransitionTimeElapsed returning 0 in non-editor builds

OLD - Anim - Sep 4, 2019

In non-editor builds UAnimInstance::GetInstanceTransitionTimeElapsed always returns 0.0f. This is caused within FAnimNode_StateMachine::Update_AnyThread due to: #if WITH_EDITORONLY_DATA NewTra ...