Removing the only linked pin on a Make Array/Set node does not revert the remaining pins to Wildcard

UE - Gameplay - Blueprint Editor - Jul 28, 2017

When the user removes the only linked pin on a Make Array or Make Set node, the remaining pins do not return back to being Wildcard pins, unless the user refreshes the node. ...

Unhovered event occurs twice with 3D Widget when button is pressed and held

UE - Editor - UI Systems - Jul 21, 2017

When using a 3D Widget that is a button when you press and hold a button and move off of the widget and let go of the mouse the engine registers a second unhovered event. Engine Version tested 4.1 ...

Typing "Print S" in Blueprint Graph Context Menu returns wrong result

UE - Gameplay - Blueprint Editor - Jul 17, 2017

Typing "Print S" in Blueprint Graph Context Menu returns a result that does not contain the letters "Print S" this issue persists is you add another s after (Print ss). The search should display som ...

Input breaks after spawning character from template

UE - Gameplay - Input - Jun 14, 2017

When a character is spawned from a template of an existing character instance, the existing instance loses the ability to read any input. This was discovered when testing the crash fix for [Link Re ...

PIX still works after PIX Profiling is disabled on BP Projects

UE - Platform - Console - May 5, 2017

Disabling PIX Profiling in the project settings for Xbox One does not actually disable PIX Profiling. This does not happen with C++ projects This is a Regression ...

[Feature Request] Improve the comment on the Finterp family of functions to better explain the parameters and maybe edge cases like what happens when speed is 0)

UE - Gameplay - Apr 24, 2017

Some users are finding the result of an interp speed of 0 for the FinterpTo node to be unexpected. The reasoning expressed is that if the speed is equal to 0 that there should be no change. This would ...

ICU was built with timezones disabled for Linux

UE - Platform - Linux - Mar 23, 2017

ICU for Linux was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Linux implementation. We should try and build ICU again ...

Nested Spline Components cannot be edited

Tools - Mar 14, 2017

When a spline component is created in a class/blueprint (child) that is used as a component for another class/blueprint (parent), the spline component cannot be edited from the parent class instance ...

Crash occurs when using the VisRT console command in a project launched without the Editor using D3D12

UE - Graphics Features - Feb 6, 2017

Launching a project outside of the Editor (-game) using D3D12 (-d3d12) results in a crash if the console command VisRT is used in the project. ...