Always Show Scrollbar does not appear to work when there are not enough items in a scroll box to cause scrolling

UE - Editor - UI Systems - Apr 6, 2017

If the scroll box does not have enough items to cause scrolling, the scroll bar does not show up ...

Always consume mouse wheel for a scroll box does not appear to work when there are not enough items to scroll

UE - Editor - UI Systems - Apr 6, 2017

Always consume mouse wheel for a scroll box does not appear to work when there are not enough items to cause the scroll box to scroll. However, the tool tip says that the mouse input should be consu ...

Calling LoadLevelInstance on a Client causes the Client to be kicked from the server

UE - Networking - Apr 6, 2017

A licensee has reported an issue where using LoadLevelInstance on a client causes the client to become disconnected from the server. This happens with both Hosted servers and Dedicated servers. Reg ...

[Latest Macbook Pro][Metal] blinks severely

UE - Graphics Features - Apr 6, 2017

This bug causes the screen to flicker randomly, even in simple, blank third person project templates. Even the basic starter content, the main editor area is blinking all the time if the user chooses ...

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