Standalone Window Size Not Displaying In Fullscreen

Tools - Jun 15, 2016

Setting the standalone window size does not seem to have any effect, and using the -fullscreen parameter does not display the window in fullscreen. Setting the Standalone Window Size to 1920x1080 a ...

Adding a C++ CameraComponent to the Vehicle in the Vehicle C++ template causes compilation errors.

Docs - Samples - Jun 14, 2016

When adding a C++ component based off Camera Component to the vehicle BP in the C++ Vehicle template, the code will fail to compile. Error message: D:\Epic Games\4.11\Engine\Source\Runtime\Engine ...

Emissive for Static Lighting looks incorrect when using lower Static Lighting Level Scale

UE - Graphics Features - Jun 13, 2016

When using a lower value for Static Level Lighting Scale in the World Settings under Lightmass the blending of the area lights is not blended together for a smooth emissive look. Instead, there are ...

Editor freezes when using multiple Post Process Volumes with Cubemaps assigned

UE - Graphics Features - Jun 13, 2016

When using a cubemaps assigned to a Post Process Volume and loading the level the editor will freeze if it's been a project converted from 4.11 to 4.12/4/13. In some instances if the camera is outsi ...

Splitting a Rotation input struct pin results in any previously entered values shifting to a different axis of the rotation

UE - Gameplay - Blueprint - Jun 12, 2016

Splitting the input rotation pin of a Blueprint node results in the X, Y, and Z values being applied to a different axis (X becomes Z, Y becomes X, and Z becomes Y). ...

Tab key doesn't go to next value field in sequencer tracks (i.e. XYZ)

UE - Anim - Sequencer - Jun 10, 2016

Tab doesn't go to next value field in sequencer tracks (i.e. XYZ) ...

Blutilities window Minor tab not able to be reopened

UE - Gameplay - Blueprint - Jun 10, 2016

When the user closes the tab in the blutility window it is impossible to get the tab back. Problem persists even after closing the editor. ...

Crash when changing shadow scalability settings to low, then clicking in the viewport

UE - Graphics Features - Jun 9, 2016

A crash occurs after setting the shadow scalabilty settings to "low" then clicking on an item in the viewport. The issue also occurs when setting all of the scalabilty settings to low at one time as ...

Dedicated Server crashes when client connects in particular circumstances

UE - Networking - Jun 9, 2016

Running a dedicated server with the setup in this fairly simply project causes a crash when a client connects. I'm unaware of the actual cause but getting the reproduction was all I could do. Logs ...

Spawn Actor From Class Multiplying Transform Scale By Original Object Scale

UE - Gameplay - Jun 9, 2016

When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...