Calling InstanceStaticMeshComponent::AddInstance in code causes the editor to crash when setting non-Zero rotation

UE - Graphics Features - Aug 9, 2016

Attempting to add an instance to an Instance Static Mesh Component at runtime through code causes the editor to crash. ...

Dedicated servers keep memory of last loaded map, resulting in memory leak when transitioning between maps

UE - Networking - Aug 9, 2016

As mentioned in closed bug [Link Removed], memory isn't being freed when the server changes maps. ...

WorldSettings::Pauser doesn't always replicate when the game is paused.

UE - Networking - Aug 9, 2016

Variable "Pauser" in World Settings is often not replicated to the clients when the game is paused. ...

Cable Component Ignoring Custom Depth and Stencil Buffer

UE - Graphics Features - Aug 8, 2016

Cable components within Blueprints are not rendering out to the Custom Depth Stencil buffer. ...

In Range (float) and Clamp (float) have the same tool tip, it would appear that In Range (float) has the wrong description

In Range (float) and Clamp (float) have the same tool tip, it would appear that In Range (float) has the wrong description. They both appear to have the Clamp (float) tool tip ...

Splitting a pin on a struct with an array in it will cause an error (forcing the pin to have something plugged in)

UE - Gameplay - Blueprint - Aug 8, 2016

When splitting the pin on a struct variable that has an array in it causes an error that requires the user to plug something into the array pin instead of using the default values given in the struc ...

Scrollbars bounce back when scrolling with the mouse wheel

Tools - Aug 8, 2016

Multiple scrollbars throughout the editor bounce back when the user scrolls with the mouse wheel. The effect looks like the scrollbar is rubber banding when scrolled. This issue has been found wi ...

Draw Material To Render Target Inverting Alpha Masks

UE - Graphics Features - Aug 5, 2016

When using the new Draw Material to Render Target function in conjunction with a Material using a masked opacity channel, the render texture is inverted. See attached images for reference. As a not ...

Linux packaged shell script executable has default icon

UE - Platform - Linux - Aug 5, 2016

The shell script file that is created in the root LinuxNoEditor folder has the default text file icon when packaging a project for Linux. This is inconsistent from Windows and Mac where the package ...

FMath::TruncToInt() may result in incorrect data being returned in instances when a Double is passed in containing a large integer value

UE - Foundation - Core - Aug 4, 2016

The FMath::TruncToInt() function takes a float parameter, but some calls to this function pass in a double value. For most use cases, this will probably work fine. However, if the integer values are ...