Code Projects with Substance plugin enabled fail to convert from 4.10 to 4.11

Tools - Mar 30, 2016

Converting a 4.10 project that includes the Substance Plugin to 4.11 will fail to compile. Workaround: Disabling / removing references to the plugin will allow the project to convert successfully. ...

Dbuffer Decals will flicker when

UE - Graphics Features - Mar 30, 2016

When applying a dbuffer decal to a surface with a small axis value for the decals size it will flicker. Attached gif to demonstrate. Reproducible in: 4.11 P8 CL-2916259 Dev-Main CL-2922677 ...

Player always spawns facing the same direction on the device for Gear VR

UE - Platform - XR - Mar 30, 2016

The player always faces the same direction when spawned if the user is using Gear VR. The issue does not occur in PIE or stand alone. This appears to only happen on the device Tested on the Galaxy ...

Imprecise Rotation Values produced in the Details Panel when using the Rotation Widget in the Viewport

Tools - Mar 29, 2016

Starting with an asset (static mesh for instance) with a precise rotation value (such as a whole number) in the details panel will result in a imprecise, slightly fractional off value when rotated ...

Mouse is captured when starting PiE, but PiE viewport is not focused

Tools - Mar 29, 2016

Enviroment: Windows 7 Professional SP1 64-bit Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz 64GB Ram NVidia GTX 980 (Driver version: 364.51 ) DirectX 11 Behavior in 4.10: The mouse is not captured/focu ...

UnrealBuildTool fails to build generate project files or build if the project is stored on a non-HFS partition

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 29, 2016

When a user attempts to compile a project that is stored on a non-HFS partition on OSX, UBT fails to build due to files that are being generated that start with ".". The user's proposed fix is to ha ...

TwoBoneIK continues to use TakeRotationFromEffectorSpace even when EffectorLocationSpace is in WorldSpace

UE - Anim - Rigging - Mar 29, 2016

User checks bTakeRotationFromEffectorSpace before changing EffectorLocation from BoneSpace to WorldSpace. Once set to World Space, the 'End Effector' section of properties becomes hidden and bTakeRo ...

New Third Party Plugin does not compile on Mac and Linux and prevents project from opening

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 29, 2016

When the plugin wizard is used to create a new third party plugin and restart the editor as prompted, there is a prompt to rebuild the plugin/project. On Windows this rebuild happens successfully a ...

Can Ever Affect Navigation Option Being Reset Upon PIE

UE - AI - Mar 29, 2016

Upon PIE, the Can Ever Affect Navigation option is being reset on the capsule component of an empty character. Dragging the empty character into the level, setting the option to true, and then playi ...

UUserWidget::bIsFocusable serialization issues

UE - Editor - UI Systems - Mar 29, 2016

See repro steps. Workaround Unset and set bIsFocusable on widget's class will allow bIsFocusable to be set and persist on the nested instance. ...