Set Actor Enable Collision is not replicated

UE - Networking - Jul 14, 2015

Set Actor Enable Collision is not replicated. Reproduced in 4.7.6, 4.8.2, and Main (//depot/UE4/Promotable-CL-2619427) ...

Ensure triggered by level blueprint when Play as Listen Server is set

UE - Gameplay - Blueprint - Jul 14, 2015

When Editor Multiplayer Mode is set to Play As Listen Server the editor will trigger a breakpoint on exiting PIE if any event is ran though the level blueprint ...

Convert Mouse location to world Space appears to be returning the wrong values in VR

UE - Platform - XR - Jul 14, 2015

When using the node "ConvertMouseLocationToWorldSpace" in VR appears to be restricting the mouses position to a small section of the available screen. ...

Blueprint Macro Libraries based on Actor cannot be reparented to Object

UE - Gameplay - Blueprint - Jul 13, 2015

Blueprint Macro Libraries based on Actor cannot be reparented to Object Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promoted-CL-2605171) ...

Engine Scalability Resolution Scale does nothing until r.ScreenPercentage.Editor is set

UE - Graphics Features - Jul 10, 2015

The Resolution Scale Slider in the Engine Scalability Settings does not adjust any settings unless your first adjust the r.ScreenPercentage.Editor variable. Also reproduced in Main - Promotable - C ...

Keyboard shortcut for Snap to 2D Layer functions when Layer Snapping is disabled

UE - Gameplay - Paper2D - Jul 8, 2015

Using the Ctrl+Spacebar shortcut will snap an actor to a 2D layer even if Layer Snapping is disabled in the project settings ...

OnComponentBeginOverlap and EndOverlap are called multiple times when moving in a Skeletal Mesh component's collision

UE - Simulation - Physics - Jul 7, 2015

OnComponentBeginOverlap and EndOverlap are called multiple times when moving in a Skeletal Mesh component's collision. This does not occur with a Static Mesh's collision. Test project available her ...

Struct array variables interpret multiple Structs as the same if they have the same values

UE - Gameplay - Blueprint - Jul 7, 2015

Struct array variables interpret multiple Structs as the same if they have the same values. This does not occur if the values in the Structs added to the array are different. Test project in 4.8.1 ...

A warning is needed for turning off "Update Navigation Automatically", large nav meshes can cause crashes

UE - AI - Jul 7, 2015

A warning is needed before allowing users to uncheck update Navigation Automatically. A user has done so and then created a nav mesh that was 1,000,000 by 1,000,000 in size and they can no longer op ...

Random Stream variables in the GameMode are reset every PIE

UE - Gameplay - Blueprint - Jul 6, 2015

Random Stream variables in the GameMode are reset every PIE. Workaround is to use Set Random Stream Seed before using the Stream value. Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promotable ...