Setting CrowdManagerClass via Project Settings doesn't work

UE - AI - Jul 13, 2018

Due to the way we pick CrowdManagerClass at runtime (see UNavigationSystemV1's constructor) whatever is being set via project settings is ignored. ...

Input not recognized from 'Any Key' when set as an Action Mappings Binding

UE - Gameplay - Jul 12, 2018

The 'Any Key' input isn't working when it is assigned in the Axis Mappings menu. If you call 'Any Key' in Blueprint it still functions as intended. This is a regression from 4.19.2 (CL-4033788). T ...

Light Function Material with Volumetric Fog Causes Screen-Space Banding

UE - Graphics Features - Jul 12, 2018

With a light function being used on a light and volumetric fog enabled if you move the camera around it will cause screen-space banding at the edges of the screen. Found in 4.19 CL# 4033788, 4.20 P ...

Crash upon trying to add a variable to a struct array when the details panel is locked

Tools - Jul 12, 2018

Attempting to add a new element to a struct array through the details panel when the panel is locked results in a crash. Regression?: No This issue did not occur exactly the same way in 4.18, but t ...

Android + Bluetooth Mouse: Hover events and Get Mouse Position on Viewport not working

UE - Platform - Mobile - Jul 11, 2018

No hover events firing when using a bluetooth mouse on android. Tested with 4.20p5 CL# 4173645 4.21 CL# 4179794 ...

Beam Emitter Does Not Use Local Space

UE - Niagara - Jul 11, 2018

The Beam Emitter does not use local space, and you cannot check “Use Local Space“ in Required module. Found in 4.19 CL# 4033788, 4.20 Preview 5 CL# 4173640, 4.21 CL# 4199311 ...

Static Mesh nav collision updates do not update navmesh in level when building paths

UE - AI - Navigation - Jul 11, 2018

When updating Nav Collision on a static mesh, rebuilding paths in the level will not take the updates into account. The user has to update the static mesh in the level to see the updated collision ...

Promote to variable in a parent blueprint does not pass/preserve the non-default value in derived children blueprints

UE - Gameplay - Blueprint - Jul 11, 2018

When using the feature "promote to variable" on a pin that represents a value that is not an engine default (Example: Floats = 0.0, Booleans = False, ect..), that default value (for the variable tha ...

When Creating a widget that is used for the default drag image it starts in the top left and slides to the mouse position

UE - Editor - UI Systems - Jul 10, 2018

Default drag image appears to be offset when using a widget that is created just prior to clicking and dragging. The image starts in the top left and then slides towards the mouse. ...

Editing Instanced Subobjects on a Parent BP may change unrelated Instanced Subobjects on a Child BP

UE - Gameplay - Blueprint Editor - Jul 10, 2018

Child Blueprints with instanced subobjects inherit changes made by the Parent Blueprint's instanced subobjects, regardless of what property they are assigned to. Tested in 4.18.3 (CL - 3832480), ...