DefaultBloomKernel.uexp (32MB) included on mobile

UE - Graphics Features - May 31, 2017

DefaultBloomKernel.uexp (32MB) included on mobile since it is an EngineMaterial referenced. A PakBlacklist-Shipping.txt (for shipping) and/or PakBlacklist-Development (for development) can be place ...

Cannot Scroll down to events with advanced options expanded

UE - Editor - UI Systems - Slate - May 31, 2017

When using UMG and enabling advanced options then deselecting and reselecting the asset can cause issues with the scrollbar length and cause some options to be initially cut off. The scrollbar then ...

FDateTime instances are reset to default on hot reload

UE - Gameplay - Blueprint - May 31, 2017

If an FDateTime variable is created in code and has a default value set in blueprints, any instance that is set to the blueprint default value changes to the code default on hot reload. This includ ...

Post Process volume change Unable to PIE and Crash

Tools - May 30, 2017

There is a compound issue with using the post process volume. Editing the value by using the mouse or dragging on the color wheel does not trigger this issue. Using the keyboard to edit this value c ...

Disabling Gear VR plugin causes packaged game to crash on launch

UE - Platform - XR - May 30, 2017

Disabling the Gear VR plugin causes packaged games to crash on launch. This could be related to [Link Removed] but this is new to 4.16 and does not prevent packaging the project, only launching it a ...

DeltaTime returns inaccurate time when Tick Interval is positive

UE - Gameplay - May 30, 2017

When disabling/enabling tick at runtime, if (TickInterval == 0) then DeltaTime returns as the length of a frame, but if (TickInterval > 0) DeltaTime returns as the length between when tick was disab ...

With "Use Default Sample Rate" disabled, animations with 24fps get resampled to 30fps

Tools - May 30, 2017

With "Use Default Sample Rate" disabled, animations under 30fps get resampled to 30fps ...

Allow close set to false in the project settings does not prevent the user from closing the game window

Tools - May 30, 2017

User can still close the game window when the "Allow close" option is set to false. When unchecking similar options (such as allow maximize) the buttons are no longer available. ...

Reaching max Pitch and Yaw while piloting an actor will cause the actor to roll randomly

Tools - May 30, 2017

Reaching max Pitch and Yaw while piloting an actor will cause the actor to roll randomly User Description: When pointing my view straight down or up the rotation values (x and z) go wild, this mak ...

Open Level node does not open the correct level in Packaged game

UE - Gameplay - Blueprint - May 30, 2017

Open Level node does not open the correct level in Packaged game. Instead of loading the level named in the node, the node will just open the current level. This issue can cause problems with Matine ...