Compiling blueprint being used as a child actor component sets template in parent to "None"

UE - Gameplay - Sep 27, 2016

If the user compiles the blueprint that is being used as a Child Actor, the defaults section in the Child Actor Template will be set to None and won't be usable. ...

Transform gizmo turning different colors when using the spline control points on Camera Rig Rail

UE - Graphics Features - Sep 27, 2016

Transform gizmo turning different colors when using the spline control points on Camera Rig Rail. This appears to happen more when farther away from 0,0,0. Also see some changes based on the distanc ...

Sequencer in packaged VR project does not appear to work when using sequence player on begin play

UE - Anim - Sequencer - Sep 27, 2016

Sequencer in packaged VR project does not appear to work when using sequence player on begin play. The HMD no longer appears to be affected by sequencer after the project has been packaged out ...

Crash Occurs When Creating a Blueprint From a Nav Link Proxy

UE - Gameplay - Blueprint - Sep 27, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

Split Pins in the AnimGraph become disconnected after Editor Restart

OLD - Anim - Sep 27, 2016

Split Pins in the AnimGraph of an Anim Blueprint become disconnected after Editor Restart Regression: YES. This does not occur in 4.12.5 CL:3039270 I also tested this in latest 4.13 Releases CL:3 ...

Default World Grid Material Crashes on Launch in Forward Rendering Mode

UE - Graphics Features - Sep 26, 2016

When Launching, the level will crash as long as the world grid material is applied in the scene and needs to be compiled. If you attempt to package the project it will fail with the error "unable to ...

Editor crash when adding a spline component after having deleted another spline component

UE - Gameplay - Sep 26, 2016

After adding a duplicate spline point, removing the spline component while the duplicated point is selected and creating a new spline in its place causes the editor to crash. Crash Reporter: [Link ...

Should not call UpdateCullDistanceVolumes on every Actor property change

UE - Gameplay - Sep 26, 2016

Currently AActor::PostEditChangeProperty always sets bDoDelayedUpdateCullDistanceVolumes to true, which will call UpdateCullDistanceVolumes. Licensees report this can take several hundred ms, which ...

Crash when after playing media that requires a different conversion shader

Media Framework - Sep 24, 2016

The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...