Spin box does not receive input in mobile preview

UE - Editor - UI Systems - Sep 9, 2015

When using a spin box in mobile preview, the spin box does not appear to update. It will highlight when the mouse is over it but clicking and dragging will yield no value changes. ...

Lights placed in a Layer that are hidden will not be visible in PIE

Tools - Sep 9, 2015

Placing any lights in a Layer and marking as hidden will not render when PIE. Layers should only be editor only, even if marked as hidden. Also test in MAIN CL-2685425 where this is showing the sa ...

Clicking the [Absolute] bottom of Buttons in Toolbar does not Function

Tools - Sep 9, 2015

Hovering over the absolute bottom of buttons in the toolbar, particularly in Blueprints, results in the button being highlighted, but not accessable. The area seems to be 1 or 2 pixels from the bot ...

[MAC] Editor keyboard bindings do not allow overriding already bound shortcuts

UE - Platform - Apple - Sep 9, 2015

When entering "ALT+B," to rebind keys to a function, red warning flashes for 1 frame, does not allow function to be rebound to this key combination *See attached image. ...

Overriding a static parameter in a material instance but not changing the value unnecessarily duplicates shader code

UE - Graphics Features - Sep 9, 2015

When you have a Material with a static parameter and an Instance of that Material that has the "override" checkbox checked for that static parameter, but has the value set to the same value as the p ...

Material Instance Parameters "reset to default" button always shows, even if value is default

UE - Rendering Architecture - Materials - Sep 9, 2015

No matter if the value of a parameter you override in a Material Instance is the same as it's parent or not, it always shows the "reset to default" button. See static bool param in the images below: ...

Adding a UMG widget to the viewport twice results in a crash.

UE - Editor - UI Systems - Sep 8, 2015

Attempting to add the same widget to the viewport twice will result in an assertion and crash. ...

Pawns spawning outside of map in Turn Based Strategy example

Docs - Samples - Sep 8, 2015

In the Turn Based Strategy example from Learn tab, pressing PIE causes several pawns to appear far above and away from the intended floor tiles. ...

Issues converting enum to byte in BP

UE - Gameplay - Blueprint - Sep 8, 2015

User experienced unexpected AI behavior and was kind enough to share a stripped down version of the project. I was able to nail down issues user was experiencing to failed enum-to-byte conversion. U ...

Passing array from blueprint to C++ causes performance drop

UE - Gameplay - Blueprint - Sep 8, 2015

Passing a blueprint array as an argument to a C++ function causes a spike in Frame rate, game and GPU. This spike is noticeable when using UnitGraph. Attached screenshots show difference in UnitGr ...