Crash when using a Self reference with a Custom Event variable

UE - Gameplay - Blueprint - Jan 19, 2017

Crash when using a Self reference with a Custom Event variable that is using Pass By Reference. The crash only seems to occur if the setup was created in the Player Controller class. This was origi ...

Servers are not visible to clients in ShooterGame with LAN off

UE - Networking - Jan 17, 2017

Server are not visible to clients in ShooterGame when the LAN is set to off. This occurs on all native platforms when trying to connect to each other when the LAN is off. REGRESSION: Yes Worked: 4 ...

Missing Controller Controls options in VehicleGame

Docs - Samples - Jan 17, 2017

In The options, the controller controls options are missing a couple of the controls of the game. It might also have a control option for restarting position as well. This is a regression ...

"Short Form string asset reference" warnings in KiteDemo

Docs - Samples - Jan 17, 2017

These warnings appear upon opening the project. ...

MIDIDeviceController.h causes compilation errors when included in an external module

UE - Audio - Jan 16, 2017

When you attempt to access MIDIDeviceController.h in your own project, it'll fail when you include it. This is the main error, while the other is a syntax error: missing type specifier - int assume ...

Font outlines do not multiply color and opacity from parent widgets

UE - Editor - UI Systems - Slate - Jan 16, 2017

We don't currently multiply by the parent widget's color and opacity when calculating the color and opacity of a text block's outline. Since color and opacity are precalculated before the outline is ...

Some settings in a Timeline do not dirty the blueprint upon being changed

UE - Gameplay - Blueprint - Jan 16, 2017

When the following settings are changed in a Timeline in a Blueprint, the blueprint is not dirtied, meaning that the changes won't be compiled or saved upon playing or using Save All. Length Use La ...

Crash caused by pre/post tick being called while on the Slate loading thread

UE - Editor - UI Systems - Slate - Jan 12, 2017

Currently, we do not prevent the calling of pre/post tick from the Slate loading thread. This can cause crashes in circumstances where the widget is destroyed before the tick is completed, and inval ...

Set Game Paused returns incorrect value when the game is already paused

UE - Gameplay - Jan 12, 2017

Set Game Paused returns incorrect value when the game is already paused. According to the tooltip on the Return Value (reads: Whether the game was successfully set paused/unpaused) it is expected t ...

Blueprint with Audio Curve Source shows "Uses experimental class: Actor" message in Details

Tools - Jan 12, 2017

A blueprint containing an Audio Curve Source component will have the the warning "Uses experimental class: Actor ", rather than AudioCurveSourceComponent in the Details panel. This occurs when it's ...