One-off crash closing VREditor by taking off HMD

UE - Editor - Workflow Systems - Nov 21, 2016

Encountered a one-off crash closing VREditor by taking off the HMD (VR Headset). No repro attempts were successful and CrashReporter linked it to an unrelated known issue which also does not current ...

Sublevel moves away when undoing the level visibility change

Tools - Nov 21, 2016

When you have a sub level with some level transform, changing its visibility then doing undo makes the sub level moved away as if the level transform applied twice. I could repro the issue in 4.13. ...

Unable to change/edit elements of Blueprint instances of Actor Component set UObject arrays

UE - Gameplay - Components - Nov 20, 2016

When an array of custom UObjects is defined in an actor component class, blueprint instances of the component class cannot update the array elements. Array elements only update inside the blueprint ...

Level Bounds Calculated Incorrectly when using Particle System Components

Tools - Nov 20, 2016

If an Actor blueprint contains a particle system component (PSC), the Level bounds behave differently based on if the particle template is / is not Null. If the template is Null, Level Bounds stret ...

Instanced static mesh component PerInstanceSMData array defaults do not propagate from the owning Actor CDO to instances on edit.

UE - Gameplay - Blueprint - Nov 19, 2016

This occurs because the 'LightmapUVBias' and 'ShadowmapUVBias' struct fields (deprecated) are initialized in UInstancedStaticMeshComponent::SetupNewInstanceData() to nonzero vectors, but as these pr ...

Rendering a movie captured from Sequence Recorder does not capture accurately

UE - Anim - Sequencer - Nov 18, 2016

This was discovered when I wanted to capture a physics bug and was joked to capture it in Sequencer. When attempted, it accurately captured what happened when played in the viewport, but when it was ...

Listener Position Not Updating when Debugging Sounds

UE - Audio - Nov 18, 2016

Sounds with the 'Enable Listener Focus' setting checked are not updating the Listener Position when using the 'Stat Sounds' console command during play. ...

Media Player Crashes Engine When Attempting To Preview Video In Editor

Media Framework - Nov 18, 2016

When attempting to play an mp4 video in the medial player the engine will crash. I've tested another video that didn't cause a crash. It is also in the movies folder in the project file attached. ...

Crash after Enabling Forward Shading on Mac and Creating/Editing Materials

UE - Graphics Features - Nov 18, 2016

A crash occurs after enabling 'Forward Shading' on Macs. The crash is triggered after creating a new material and attempting to modify that material. Regression? No, this crash also occurs in the 4 ...

Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 18, 2016

Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP. User Description: Blueprint libraries are still broken in the fi ...