Losing control while turning and over landscape in vehicle advanced template

Docs - Samples - Dec 5, 2016

In vehicle Advanced template, the vehicle seems to lose control when going over landscape and when alternate turning left to right. The vehicle appears to be skidding on ice when attempting to turn ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...

Crash Occurs on Project Load When Casting a Child Actor Component's Parent to the Parent Class

UE - Gameplay - Blueprint - Dec 5, 2016

A crash is occurring on project load when attempting to use GetParentActor and cast that to a Parent class that contains a child actor component inside of that child actor component's blueprint. T ...

Cross compiler crashing with custom expressions

UE - Graphics Features - Dec 5, 2016

This looks like a bug with shader pipeline compilation and custom expressions. ...

Crash in Forward Renderer DX11 RHI Impl when using VR PIE

UE - Platform - XR - Dec 4, 2016

// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...

The properties in a TMap that contains a struct do not appear when adding elements to the TMap

Tools - Dec 1, 2016

If a TMap containing a struct is created in a custom code class, the properties of the struct do not appear when elements are added to the TMap in the Blueprint editor. ...

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

Memory increase when exiting PIE with Project Settings open

Tools - Nov 30, 2016

Memory increase when exiting PIE with project settings open Regression: YES Broken: 3195953 (4.14.0) Worked: 3195953 (4.13.2) ...

Timing appears to be different for the first call of tick

UE - Gameplay - Nov 30, 2016

Timing appears to be different for the first call of tick causing the camera to appear in a different area than what it was in 4.13 This issue appears to be a regression ...

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