Project fails to compile if UFUNCTION parameter shares a name with a previously defined UPROPERTY variable

UE - Foundation - Core - Feb 29, 2016

If the name of a UFUNCTION parameter matches the name of a previously defined UPROPERTY variable, the project will fail compile due to the following reason: Function parameter: '[Variable/Paramter ...

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

Buffer Visualization for DecalMask is missing

UE - Graphics Features - Feb 29, 2016

The Buffer Visualization for DecalMask is no longer an option. Also, when looking at the Buffer Visualization Overview the DecalMask slot has been removed. See attached image for comparison Worke ...

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

Crash When Raycasting Against Mesh With Multiple Materials

UE - Simulation - Physics - Feb 26, 2016

When using a raycast trace against a blueprint that has a child component with multiple materials will cause the editor to crash after a few times. This will not be an instant crash, but requires th ...

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

Starting position of physics simulated bp is different in Standalone Game

UE - Simulation - Physics - Feb 26, 2016

Starting position of physics simulated bp is different in Standalone Game User Description: Things work fine in the editor window, but when I run a standalone game then blueprints with physics bod ...

Move call to Actor::UninitializeComponents outside of if (bActorInitialized) in Actor::RouteEndPlay.

UE - Gameplay - Feb 26, 2016

https://udn.unrealengine.com/questions/280656/actorcomponentuninitializecomponent-isnt-called-wh.html Move call to Actor::UninitializeComponents outside of if (bActorInitialized) in Actor::RouteEnd ...

Selecting certain objects creates lag, motion blur, and a blurry floor of level

UE - Editor - Workflow Systems - Feb 26, 2016

If I select certain objects over by the robot and saint statues, it creates a very weird, blurry floor. That floor causes motion controller lag and motion blur from the rays. ...