Making the viewport fullscreen while Application scale is a value other than 1.0 results in a zoomed in/out viewport

Tools - Jan 11, 2017

When using Application Scale in the editor, using F11 to make the viewport fullscreen results in an either zoomed in or zoomed out fullscreen version. Note: This same issue occurs when using a comb ...

Crash enabling Async Scene and opening level in editor

UE - Gameplay - Jan 11, 2017

This is a regression from 4.14.3 at CL 3251583 ...

'Enable Physics Interaction' Not Preventing Character From Interacting With Physics Objects

UE - Gameplay - Jan 11, 2017

When running a dedicated server using the Run Dedicated Server checkbox under the Play button dropdown, character's with Enable Physics Interaction set to false are still able to interact with physi ...

Lighting data wiped if sub level is hidden while rebuilding lighting for visible levels

UE - Graphics Features - Jan 11, 2017

When building lighting now you can no longer have a hidden sub level and have it retain it's built light if it was previously built. For instance, if you have a persistent level and hide the sub-lev ...

Static variable declaration causes unresolved external errors when calling FRootMotionMovementParams functions

OLD - Anim - Jan 11, 2017

Attempting to call a FRootMotionMovementParams function results in an unresolved externals error on compile because of the static FVector RootMotionScale variable. Workaround: In source, removing s ...

Engine Crash When Enabling Distance Field Global Illumination and Opening TM-LightingFeatures

UE - Graphics Features - Jan 11, 2017

I was able to open the level once and after a few seconds of being opened the editor crashed while compiling shaders and generating mesh distance fields. Since then I have not been able to open th ...

Crash when trying to save game to slot after the save game calls an event dispatcher

UE - Gameplay - Blueprint - Jan 11, 2017

When trying to create a save game slot the editor will crash if the save game being used has just called an event dispatcher. ...

Command Alt Drag Produces Erratic Results on Mac

UE - Platform - Apple - Jan 11, 2017

Holding down Command + Alt + Drag to select an area in the Mac OSX environment will often result in erratic behavior from the cursor, causing the cursor to move exponentially beyond the area that th ...

Changing blendspace on a blendspace player node resets the play time

OLD - Anim - Jan 11, 2017

Open QAGame and duplicate Player_RunBlend to Player_RunBlend2. Create an animation blueprint for M_Avg_Base_AnimSkeleton and set it up in the screen shot below. ( "New Var 0" and "New Var 1" contai ...

Blueprint Const Function Allows Array Clear

UE - Gameplay - Blueprint - Jan 11, 2017

Attempting to clear an array in a const function returns no compiler error in blueprints. If you create the same setup in C++ using a const function, an error is returning upon compiling as expected ...