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

Static meshes in a particle system are not affected by decals

UE - Graphics Features - Dec 21, 2017

There is an issue where Static meshes in a particle system are not affected by decals, It is unsure if this is intentional behavior or not. This issue does not appear to be a regression Versions ...

Clicking on an Actor in the World Outliner jumps to Details tab if it is docked with the World Outliner

Tools - Dec 20, 2017

When clicking on a actor in the World Outliner while the Details tab is docked to it, it switches over to the Details tab. This bug was not present in 4.17.2 but is in 4.18 and 4.19. ...

Override Attenuation Can't be Unchecked When Audio Component Added to Blueprint and Blueprint Attached to Actor

UE - Audio - Dec 20, 2017

Checking Override Attenuation in Details <  Audio Component < Attenuation disables settings that further adjust the Attenuation. Such as: Attenuation Air Absorption, Attenuation Listener Focus, Atte ...

Detail Panel Favorites cause many settings to be duplicated or shown when they aren't normally

Tools - Dec 20, 2017

Enabling the "Enable Details Panel Favorites" experimental setting causes some details that were not previously shown to appear. In version 4.18 and onward, it also causes these new details to have ...

BuildEditorAndTools build graph script no longer produces working editor executable

UE - Foundation - Horde - BuildGraph - Dec 19, 2017

It looks like the BuildEditorAndTools script is no longer copying the (pre-existing in perforce) files from //UE4/Dev-Core/Engine/Binaries/Win64/ to the output LocalBuilds directory, which means the ...

Unable to bind events to OnPerceptionUpdated in Blueprints

UE - Gameplay - Blueprint - Dec 18, 2017

Attempting to bind an event to OnPerceptionUpdated results in an error in Blueprints. It seems that this is caused by the TArray in the function signature not being a constant reference. Current co ...

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

Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to not be initialized

UE - Gameplay - Dec 15, 2017

Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to be ignored because the Actor is still being initialized. My understanding is tha ...