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

Vehicle wheels have no collision on HTML5

UE - Platform - Mobile - Dec 2, 2016

A Wheeled Vehicle's wheels do not have collision when packaged into an HTML5 game. Regression?: Yes This issue did not occur in 4.13.2 Note: This is currently blocked from testing in Main as the P ...

Editor Menus don't update on Mac to currently selected Tab.

UE - Platform - Apple - Dec 2, 2016

Under certain conditions, when switching between the project tab and subsequent docked blueprint tabs, the appropriate menu will not refresh for the currently selected tab. Regression: No ...

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

Cvars Not Applied To iPad Pro Correctly

UE - Platform - Mobile - Dec 1, 2016

When creating a device profile that sets specific cvars for the ipad pro. They don't seem to be loaded or used in a launched game or in a packaged game. While testing in 4.10 if I changed the IOS d ...

Impure Cast Nodes Can be Converted to Pure While the Blueprint Graph is Read-Only

UE - Gameplay - Blueprint - Dec 1, 2016

Cast nodes can be converted to pure while the blueprint graph is in read-only mode, such as when you are debugging the blueprint. Found in 4.14.0 CL# 3195953. Reproduced in 4.13.2 CL# 3172292 and 4 ...

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