Auto-Exposure Overriding Preview Scene Profile Settings

OLD - Anim - Nov 30, 2016

The static mesh preview scene profile settings for post processing is being overridden after closing and re-opening any static mesh. ...

SplineMeshComponent's collision will start to distort the longer the Spline becomes

UE - Gameplay - Nov 30, 2016

SplineMeshComponent's collision will start to distort the longer the Spline becomes This is a regession. It was working in 4.13.2-3172292 User Description: When drawing out a long spline mesh ( r ...

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 ...

PlatformerGame app crashes after opened on tvOS

UE - Platform - Mobile - Nov 30, 2016

PlatformerGame is crashing when packaged and launched on tvOS. Assertion from console log:Nov 30 11:03:12 Apple-TV-Joey PlatformerGame[519] <Notice>: Assertion failed: FMath::TruncToInt(drawableSize ...

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: ...

Ensure triggering gameplay tag after deleting redirect

UE - Gameplay - Nov 29, 2016

Ensure occurs when the user triggers a redirected gameplay tag after the redirect has been deleted. Similar ensure to [Link Removed]. Test Project: [Link Removed] ...