Precomputed Visibility no longer calculated on Landscapes

UE - LD & Modeling - Terrain - Landscape - Jun 24, 2015

Placing a Precomputed Visibility Volume around or through a landscape does not seem to calculate precomputed visibility for that landscape. This is a regression from behavior in 4.7.6. Also Tested ...

Spawning Instanced Meshes with Multiple Collisions Produces Error Log Spam

UE - Gameplay - Jun 24, 2015

Constructing instanced meshes with multiple collision components spams the output logs with error messages. ...

Conflicting FName for components freezes the editor with no warning

UE - Foundation - Core - Jun 24, 2015

If two code components have the same TEXT("") name in the CreateDefaultSubobject call the code will compile correctly but the editor will freeze when adding an instance of the class or classBP to th ...

Code based component name differs in Blueprint Components and main Viewports Details

UE - Gameplay - Blueprint - Jun 24, 2015

If the TEXT("") portion of CreateDefaultSubobject is changed then the name of the component will update in the main viewport details but will not update inside the blueprint based on the class. ...

Reverse Matinee Never Playing

Tools - Jun 24, 2015

When you attempted to fire off a Reverse Node on a Matinee Actor in the Level Blueprint, The Matinee never plays in reverse. Level Blueprint Setup: [Image Removed] This issue appears to be resolv ...

Enabling "Use mouse for touch" causing the drag and drop function to only work every other click in the editor

UE - Editor - UI Systems - Jun 24, 2015

After enabling the "Use Mouse for touch" option in project settings the drag and drop function only working every other time, when clicking and dragging. This only happens in the editor ...

Comment boxes no longer allow pinning/unpinning of comment bubbles

UE - Gameplay - Blueprint - Jun 24, 2015

Comment bubbles above comment boxes no longer have an option to pin/unpin comment bubbles. This functionality allowed users to choose whether or not to show the comment bubble, which was useful for ...

Get positional Tracking Camera parameter does not return the correct orientation for the hmd Camera

UE - Platform - XR - Jun 23, 2015

The orientation of the camera appears to be in the center of the level. The documentation states that the Camera Origin should give "Origin, in world-space, of the tracking camera" ...

Cannot compile project with dedicated server in 4.8

UE - Networking - Jun 23, 2015

If a project has built a dedicated server executable then it will fail when trying to convert the project from 4.7.6 to 4.8. EDIT: Following the steps on the wiki page for Dedicated Servers () in 4 ...

Copying struct value using Set node from null source crashes

UE - Gameplay - Blueprint - Jun 23, 2015

Trying to access a Game Instance in a Blueprint's Construction Script results in a crash in 4.8 and 4.9. No crash occurred in 4.7.6 with the same Blueprint. This crash only seems to happen if the v ...