Motion Blur creates dark artifacts on bottom of screen in editor

UE - Graphics Features - Aug 15, 2016

When motion blur is active and the view port is in motion there will be a dark artifact visible at the bottom of the screen. Normally this isn't very noticeable however the effect worsens with speed ...

Clothing jumps on Content Examples-Animation

OLD - Anim - Aug 13, 2016

When in Content Examples' Animation map, the clothes of Owen on sample 1.3 can be seen jumping upward not in sync with any movement. ...

Volumetric Translucent Shadow visibility artifact

UE - Graphics Features - Aug 12, 2016

Volumetric Translucent Shadow has artifacts when using some nodes like noise when clamped between 0,1. This happens with other nodes as well. When using a basic alpha mask or constant value there ...

Creating a BSP modifies the default brush, adversely affecting placement of Volumes

UE - LD & Modeling - Modeling Tools - BSP - Aug 12, 2016

When a new BSP is created, modifications are made to the level's default brush. These changes affect how volumes are placed, with different BSPs causing different behavior in volume placement. ...

UBT continues to run until completion when a build is canceled in Visual Studio

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 12, 2016

When building a project in Visual Studio, canceling the build causes UBT to continue running until it completes rather than stopping UBT when the build stops. This behavior has not been reproduced ...

Spring Arm Component attached to a Vehicle in a multiplayer environment will cause the Vehicle to jerk forward and backwards

UE - Networking - Aug 11, 2016

Spring Arm Component causes vehicle to jerk forward and backwards in a multiplayer environment. ...

ServerTravel MapName?game=GameMode called on client connected to a host triggers check(Ret != EBrowseReturnVal::Pending) when Nativized Blueprint is on

UE - Networking - Aug 11, 2016

When game is built with Nativize Blueprint and the client who is connected to a host tries to server travel along with the host, a assert is hit. ...

FQuat variable names show as "Rotation" in editor regardless of name given in code

Tools - Aug 11, 2016

When defining an FQuat variable in code, any name given to the variable will be replaced by the name "Rotation" in the editor. Workaround: Using FRotator instead of FQuat gives the correct variable ...

AI in sublevel calling actors in persistent level crash editor when sublevel is not visible

UE - AI - Aug 11, 2016

If an AI is moving between points in the persistent level but is located within a sublevel and the sublevel is set to not visible, there is a chance that the editor will eventually crash. Setting Is ...

Variable in Blueprint with subcategory appear in detail panel of selected default component

UE - Gameplay - Blueprint - Aug 11, 2016

When a blueprint variable is given a category and subcategory then compiled, the variable will show up in the details panel when selecting components that existed when the blueprint was created. ...