Setting bNotConnectable does not prevent the pin from being promoted to a variable

UE - Gameplay - Blueprint - Dec 14, 2015

When using bNotConnectable to prevent a blueprint pin from connecting to other pins, it is still possible to right click on the pin and choose the "Promote to Variable" option. Doing so will add a ...

Mouse Position doesn't properly update on tick when framerate is low in standalone game

UE - Editor - UI Systems - Slate - Dec 11, 2015

If a game is run in the standalone editor and the FPS drops to ~20-30 FPS, pressing an event such as LMB and returning the mouse position on tick will cause the tick to jump inconsistently. Note: ...

Overlapping isn't updated on replicated components after SetWorldTransform

UE - Networking - Dec 10, 2015

Overlapping isn't updated on replicated components after SetWorldTransform. Updating the transform on the Actor itself updates the overlapping as expected. Reproduced in 4.10 and Main (CL# 2798114) ...

EditInlineNew specifier for UClasses causes issues with the editor UI

Tools - Dec 10, 2015

When a class uses the EditInlineNew specifier, the resulting class has some errors when interacting with the editor. 1. Unable to assign existing blueprints based off the class to an array of that ...

VR does not work in standalone if the user has used the VR preview

UE - Platform - XR - Dec 9, 2015

The VR mode does not turn on when using the Alt+Enter method in standalone if the user has previously used the VR preview feature during the same session of working in the editor. Once the Editor is ...

Depth Fade breaks Lit Trans. Particles Casting Shadows

UE - Niagara - Dec 8, 2015

Adding a Depth Fade node into the Lit Translucent Material used on a Particle System will cause the particle to not cast Shadows. The behavior is a regression from 4.9.2. 4.9.2:[Image Removed] 4. ...

Gear VR media texture split when looking opposite direction

UE - Platform - XR - Dec 4, 2015

When using a media texture asset the video will run fine when playing in the the headset, but if you look the opposite direction the image fills the screen and splits in half. This is reproducible ...

Creating a FText variable in code causes child blueprint to not update on compile

UE - Gameplay - Blueprint - Dec 4, 2015

If a class has an FText variable defined in code when a blueprint based on the class is placed in the level it does not update the BP variable if it is changed/ compiled. ...

Leading space in front of block comment above UCLASS Macro prevents compile

UE - Foundation - Core - Dec 4, 2015

If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...

Bloom/Specular difference with same content between 4.8 and 4.9

UE - Graphics Features - Dec 4, 2015

A licensee reported a visual difference, possibly related to bloom or specular when updating from 4.8 to 4.9[Image Removed] After looking at it with Visualize HDR on, Martin commented the following ...