Row Fill for Grid panels do not appear to update dynamically for UMG

UE - Editor - UI Systems - Feb 29, 2016

If the user tries to dynamically set the row fill for a grid panel nothing appears to change ...

UGameViewportClient::LostFocus() flushing input when focus is still on a descendant

UE - Editor - UI Systems - Slate - Feb 29, 2016

See UDN thread. Can we check HasUserFocusedDescendants() so we don't flush keys when the focus is still inside the viewport? ...

FBSDSocket::GetConnectionState issues

UE - Networking - Feb 26, 2016

https://answers.unrealengine.com/questions/336960/fsocket-problems-with-getconnectionstate-and-send.html We probably need to expose ability to override timeout. ...

Shooter Team Start's "Spawn Team" and "Not For Bots/Players" Options Not Working

Docs - Samples - Feb 25, 2016

When using a Shooter Team Start to set up team spawns in Shooter Game, enabling the Not for Bots, Not for Players, or the Spawn Team options don't seem to have an effect, as both the players and bot ...

Elemental demo Lava appears low quality because of motion blur

UE - Graphics Features - Feb 25, 2016

The flowing lava in the level is a much lower quality than expected the poor quality does not appear to be caused by slow texture streaming, but instead by an over-exagerated or low quality motion b ...

Get Ping in ms returns 9999 in a packaged game when tested on systems not on the same network

UE - Networking - Feb 25, 2016

Get Ping in ms returns 9999 in a packaged game when tested on systems not on the same network. This does not prevent Client connection to the Server. Note: my understanding is this would be caused ...

Transition maps not showing up when using server travel

UE - Networking - Feb 25, 2016

When using server travel the transition map does not appear to show up when traveling between levels ...

Viewport Renders Black when adding a Third Player using Splitscreen Multiplayer

UE - Graphics Features - Feb 24, 2016

As the title suggests, whenever you attempt to add a third player using splitscreen, whenever the third player is created the viewport renders black. This only occurs when the viewport is sized to a ...

Run construction script on Drag set to False has no effect on Vector Variable that use "Show 3D Widget"

UE - Gameplay - Blueprint - Feb 24, 2016

If the user has the class defaults of their actor blueprint set for Run construction script on Drag to be false then the vector 3D widget will cause the blueprint to run the construction script anyw ...

Enum Variable Cannot Accept Code-Based Enums

UE - Gameplay - Blueprint - Feb 24, 2016

Trying to create a variable that accepts multiple types of enums, and code-based enums are not showing up in the list. Creating a variable that stores a UEnum class does not display enums created i ...