Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

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

Duplicating an enum blueprint does not keep Enumerator settings in copy

UE - Gameplay - Blueprint - Dec 5, 2016

When an Enumerator blueprint is duplicated in the editor, the names of the Enumerators are reverted back to "New Enumeration #" rather than duplicating the preexisting names. REGRESSION: No - Same ...

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

No way to access Gameplay Debugger can't from Japanese keyboard out-of-box

UE - Editor - UI Systems - Localization - Dec 5, 2016

Gameplay Debugger is assigned to apostrophe by default. (Project Settings>Gameplay Debugger) While Japanese keyboards can enter the char by Shift+7 key combination, this key combination does not rec ...

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

Brush Clip Affects Surrounding Geometry Beyond the Geometry It Is Applied To

UE - LD & Modeling - Modeling Tools - BSP - Dec 2, 2016

Brush Clip affects the surrounding geometry beyond the geometry it is applied to. (*See attached image for clarification) Regression: No ...

Changing transform variable value of actor blueprint does not update child actor component using the set actor

UE - Gameplay - Blueprint - Dec 2, 2016

If an actor blueprint contains a Transform variable, setting that blueprint as the child actor component (CAC) of another blueprint / blueprint instance then updating the transform variable in the o ...