Using the Replace References Tool on Foliage Types producing Unexpected Results

Tools - Apr 6, 2017

A licensee is reporting some unexpected behavior when attempting to replace references on Foliage Types already painted in the world. What happens after the references have been replaced, are the n ...

Package fails after adding DesktopPlatform to public module dependency list

UE - Foundation - Core - Apr 6, 2017

Adding DesktopPlatform to the PublicDependencyModuleNames.AddRange() section of the Project.Build.cs file causes the project to fail packaging with the following error (full package logs in callstac ...

Inaccurate updates to root widget visibility binding

UE - Editor - UI Systems - Apr 6, 2017

Inaccurate updates to root widget visibility binding, so far in my testing, this does not affect the functionality of the binding. Regression: affects 4.13.2, 4.14.3, 4.15.1 binary versions ...

Ensure setting cloth skeletal mesh Wind Setting to Accurate

UE - Simulation - Physics - Character - Apr 6, 2017

Ensure occurs when setting Wind Method to Accurate in the skeletal mesh editor. There's a similar ensure when you PIE after doing this. This can be bugged separately if needed: [Link Removed] ...

Client Receives Incorrect Parent on Server Detachment if AttachParent Is Null

UE - Networking - Apr 6, 2017

User Description: In USceneComponent::PreNetReceive the old (in this case, non-null) AttachParent is being cached into NetOldAttachParent. In USceneComponent::PostRepNotifies, AttachParent and NetO ...

Slate viewer closes when trying to click the ComboButton drop down

UE - Editor - UI Systems - Slate - Apr 5, 2017

Slate viewer closes when trying to click the drop down labeled "ComboButton" if the drop down just above it is flickering due to position issues. ...

Plugins do not work on Mac if they are added to a project via a symlink

UE - Platform - Apple - Apr 5, 2017

The Editor on Mac does not recognize plugins that are added to a code project via symlink (the plugin code is located somewhere other than in the project's Plugins folder). Xcode properly recognizes ...

FPS when adding instanced static meshes in a random order is significantly lower than adding them in order by X,Y,Z location

UE - Simulation - Physics - Apr 5, 2017

Adding instanced static meshes in a random order by location gives 25% of normal frame rate, compared to adding them in order by X,Y,Z location. ...

Nav Link Component's Transform Being Ignored

UE - AI - Apr 5, 2017

Nav Link Components are not respecting transform changes inside of the blueprint's viewport. They will always originate from the Actor's origin point. ...

Nullptr dereference in FHeadMountedDisplay::UpdateSplashScreen()

UE - Platform - XR - Apr 5, 2017

A customer has had problems running a game with a splash screen when passing -game flag to the editor. UpdateSpashScreen will call GetCurrentFrame, which can return a nullptr but fails to verify it ...