Package build fails after disabling VR plugins

UE - Platform - XR - Mar 27, 2017

Package build fails after disabling VR plugins and launching the project The error message that pops up is: Fatal error: [Link Removed] [Line: 353] Missing global shader FPixelShaderDeclaration, P ...

Character floats off of ramp when walking into a wall that is slightly sloped

UE - Gameplay - Player Movement - Mar 24, 2017

Character floats off of ramp when walking into a wall that is slightly sloped. The wall angle is well above the walkable floor angle but the character seems to start walking up the wall regardless. ...

Distance Field AO not Rendering in VR

UE - Platform - XR - Mar 24, 2017

Distance Field Ambient Occlusion does not render in VR. I mentioned to the user reporting this issue, that using DFAO is more than likely disabled by default due to the baseline cost of using the ' ...

Crash occurs when a struct containing an instanced object property is used as the value for a TMap in a class that is subclassed in Blueprints

UE - Foundation - Core - Mar 23, 2017

Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...

BeginOcclusionTests called twice in ProfileGPU report during VRPreview

UE - Platform - XR - Mar 23, 2017

When running in VRPreview and entering the 'ProfileGPU' command, 'BeginOcclusionTests' is listed twice. As the licensee mentioned, if a project uses heavy occlusion this could quickly become a cost ...

Letter Boxing Appears In Planar Reflection Capture When "Constrain Aspect Ratio" Is Checked

UE - Graphics Features - Mar 23, 2017

When constrain aspect ratio is checked on a camera it will add black bars if the destination view has a different aspect ratio from the camera. These black bars will appear in the planar reflections ...

Material Slot Names Get Replaced With "None" After Merge Actors Operation

Tools - Mar 23, 2017

After merging two actors the resulting merged actor's slot names will be replaced with "none". Fixing this is a very tedious process for our licensee since there usually is a large amount of slot ...

Spectator Pawn cannot be added to level by dragging into viewport

Tools - Mar 23, 2017

Spectator Pawn cannot be added to level by dragging into viewport but can be added by using place actor in the level viewport. Regression: This issue occurs in 4.13.2, 4.14.3, and 4.15.1 of the Bin ...

Post increment operator is not overridden for data structure iteration

UE - Foundation - Core - Mar 21, 2017

Attempting to use a post increment operator in a TMap or TSet iterator will fail to compile with error shown in callstack field. This is due to the post-increment operator not being overridden in M ...

Crash when using 'DumpLightmapSizeOnDisk' Console Command

UE - Graphics Features - Mar 21, 2017

A crash occurs when using the 'DumpLightMapSizeOnDisk' in the Console Command. ...