Windowed Fullscreen causes Lighting Variations in Rendered Envrionment

UE - Graphics Features - Jan 18, 2016

When a scene is light with a single Stationary Directional Light and a Single Stationary Skylight and packaged to use Windowed Fullscreen, there is a difference in how the scene is rendered compared ...

Components added through blueprints behave differently than components added in the level

UE - Gameplay - Blueprint - Jan 18, 2016

Adding a component directly to a blueprint does not behave the same as a component added directly to a class/BP instance. Example: Calling AddRelativeRotation() on a mesh that is added directly to ...

When calling Events in Blueprints recursive, the parameter of the Event appears to be incorrect after returning the recursion

UE - Gameplay - Blueprint - Jan 15, 2016

In the image that is attached the print string should only print out once but it instead prints out twice. ...

Cannot Add Torque to Skeletal Mesh

UE - Gameplay - Jan 15, 2016

When attempting to apply torque to a ragdolled skeletal mesh, nothing happens, regardless of the value used. Applying an impulse works as expected, but adding torque seems to have no effect. Found ...

Code delegates duplicate function calls when owning actor is duplicated in the editor

UE - Foundation - Core - Jan 15, 2016

If an actor that contains a delegate bound in code is duplicated after being placed in the level, the delegate for the duplicate will also trigger the delegate for the original as well. ...

Low fps on Linux when tooltip window appears

UE - Platform - Linux - Jan 14, 2016

Hovering the mouse over an asset/menu option that produces a tooltip window, the fps will drop while the tooltip is visible. Reported using Mint Cinnamon 17.3 Internal machine uses Ubuntu 15.10 and ...

Hot reload does not compile changes to automation tests

UE - Automation Test - Jan 13, 2016

After making a change to an automation test function and triggering a hot reload, the changes are not reflected the next time the text is ran. ...

Cascade Type Modules do not respect closed Emitter Stacks when drag and dropping

UE - Graphics Features - Jan 12, 2016

When you are dragging and dropping an Emitter Type Module from one Emitter Stack into another and you have closed modules in your particle system, the type data module will be offset from your mouse ...

Set Actor Scale 3D Not Functioning as Expected

UE - Gameplay - Blueprint - Jan 12, 2016

Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...

Collision jitters when going up stairs, causing erratic overlap events.

UE - Simulation - Physics - Jan 11, 2016

When overlapping with another object while moving up stairs with a character, the overlap events (OnBegin / OnEnd) that occur will be called multiple times in an alternating fashion. This will also ...