Cannot Include VoiceInterface.h Without First Including OnlineSubsystem.h

UE - Networking - Nov 30, 2016

Including VoiceInterface.h causes compiling to fail until you include OnlineSubsystem.h in the same file. This is not expected because VoiceInterface.h is part of the OnlineSubsystem module which ...

Crash Occurring in Standalone When a Loaded Sub Level Contains an Actor With a Child Actor Component

UE - Gameplay - Nov 30, 2016

Standalone is crashing when a map containing a sub level that has an actor containing a child actor component is streamed in, or if the level is set to be always loaded. To be clear, this is not c ...

Mesh reduction crash with asset imported using FBX Scene Importer

UE - Graphics Features - Nov 30, 2016

The editor will crash when using Mesh Reduction on an asset imported using the FBX Scene Import options. This same asset will not crash the editor if it has been imported using the normal Import opt ...

Virtual Joystick inactive opacity ignored when Prevent Recenter is on

UE - Platform - Mobile - Nov 30, 2016

Using a touch interface with Prevent Recenter set to true prevents the joysticks from fading to their Inactive Opacity setting. Regression?: No This also occurred in 4.13.1 ...

Array OnRep Notification Not Running on Server

UE - Networking - Nov 30, 2016

Array variables marked as RepNotify are not calling OnRep on the server when they are not directly set using a Set 'VariableName' node. Found in 4.14.0 CL# 3195953 Reproduced in 4.13.2 CL# 317229 ...

Stationary Skylight intensity blown out

UE - Graphics Features - Nov 29, 2016

Using a Stationary Skylight appears to be blown out with the SLS Captured Scene. Movable and Static do not exhibit this behavior. Comparison gif attached and sample project attached. Tested with: ...

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile

Tools - Nov 29, 2016

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile User Description: Unreal version 4.14 crashes every time that you use spline component and try to add the point 0 ...

Crash When Executing RestartLevel When GameInstance Contains a Reference to an Actor in a Streamed Level That is Loaded But Not Visible

UE - Gameplay - Nov 29, 2016

The editor is crashing when attempting to use the RestartLevel command if the GameInstance contains a reference to an actor that is in a streaming level. The streaming level must be loaded, but not ...

Crash when Dragging Skeletal Mesh with Apex Clothing into Level

UE - Simulation - Physics - Character - Nov 29, 2016

A crash occurs when you add/drag a skeletal mesh with Apex clothing into the scene. The user reporting the issue managed to find where the crash occurs and added a comment for assistance where to lo ...

Crash Importing some assets with "Keep Overlapping Vertex"

UE - Editor - Content Pipeline - Import and Export - Nov 29, 2016

Download offending asset here: [Link Removed] Error message: Assertion failed: NewPosition >= 0 [Link Removed] [Line: 452] Source Context: 438 virtual ~FFileHandleWindows() 439 ...