Oculus mirror window goes black when headset removed for any mirroring mode besides 0

UE - Platform - XR - Nov 16, 2016

If using any hmd mirroring mode besides 0 on Oculus, when the headset is removed, the mirroring window goes black in a packaged build, or in -game, for example: UE4Editor.exe VrTemplate4x15 MotionCo ...

'Use Translucency Vertex Fog' does not work on Metal

UE - Graphics Features - Nov 15, 2016

'Use Translucency Vertex Fog' does not work on Metal despite the following release notes: According to 4.13 Releases Notes:[Link Removed] "New: Shader Model 5 Rendering for Mac Mac Metal now has i ...

Press Key node and Release Key node appear to emulate the wrong keys

UE - Editor - UI Systems - Nov 14, 2016

Press Key node and Release Key node appear to emulate the wrong keys. The key being passed in is not always the key being output ...

Distance to Opacity Curve Does Not Influence Material Billboard

UE - Graphics Features - Nov 14, 2016

The material billboard component does not get influence by the distance to opacity feature. In the project attached I created a curve that should get to an opacity value of 0 at 500 units away. Noti ...

Attaching skeletons with welding with simulation broken

UE - Simulation - Physics - Nov 4, 2016

Looks like there may be a missed edge cases when welding Skeletal Meshes. If the Weld Parent has Simulate Physics enabled after welding, the parent continuously tries to depenetrate from the child ...

Incorrect Struct variable type after restarting the editor

UE - Gameplay - Blueprint - Nov 4, 2016

If the editor is restarted between creating a blueprint enum and creating a struct / adding a variable of the enum type to the struct, then the variable type will incorrectly show as "Enum" rather t ...

Events Still Firing After Stopping Blueprint After Hitting Breakpoint

UE - Gameplay - Blueprint - Nov 4, 2016

After hitting a breakpoint and then stopping the execution of a blueprint using the Stop button, the next event is still being fired. Found in 4.13.2, reproduced in 4.12.5 and 4.14 Preview 2. ...

[CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::operator=() [weakobjectptr.cpp:28]

UE - Anim - Sequencer - Nov 3, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

BlueprintReadWrite erros when using Make and Break Bone Driven Controller nodes

UE - Gameplay - Blueprint - Oct 28, 2016

BlueprintReadWrite erros when using Make and Break Bone Driven Controller nodes EDIT [[Link Removed]] (see comments): I think the solution should to only offer the make/break nodes for non-"Bluepr ...

Log console command consumes input when trying to set Log.Category or Log.Timestamp

UE - Foundation - Core - Oct 28, 2016

We currently have a Log console command that processes console commands starting with "Log". This causes it to erroneously capture any attempt to change the cvars Log.Timestamp or Log.Category. ...