Disabling "Deprecate" does not disable deprecation on children of that blueprint

UE - Gameplay - Blueprint - May 27, 2016

Disabling deprecation in parent classes is not inherited by child classes. Enabling deprecation in the parent is inherited by child classes. This could potentially cause you to have to go through ea ...

Level sequence updates more than once per frame when content editors are open

UE - Anim - Sequencer - May 27, 2016

When content editors are open, they cause sequencer to be updated more than once per frame. This causes animations running in PIE to play faster than expected. Licensee provides code for a potential ...

Crash filtering for animation sequence with Content Examples animation level open - Assertion failed: MorphTargetWeights.Num() == SkeletalMesh->MorphTargets.Num()

OLD - Anim - May 27, 2016

Editor crashes in Content Examples when the user filters for Animation Sequences while having the Animation level open. I was not able to reproduce this crash in UE4/Main. ...

Bloom banding when exiting top of screen, doesn't affect other sides

UE - Graphics Features - May 27, 2016

As a blooming object (the sun in this repro case) leaves the view via the top-edge of the screen, some noticeable banding occurs. Happens in both PIE and -game. Found on: //UE4/Main CL-2991400 //U ...

Manually importing LODs are rotated 90 degrees when using Transform Vertex to Absolute

Tools - May 26, 2016

When importing a Static Mesh if you use the default settings and then manually import any LODs for that static mesh they will be rotated by 90 degrees. I found that disabling Transform Vertex to A ...

Light Shaft Occlusion causes exponential height fog to render incorrectly in stereoscopic

UE - Platform - XR - May 26, 2016

Enabling Light Shaft Occlusion causes exponential height fog to render incorrectly at certain viewing angles in stereoscopic. This does not reproduce once light shaft occlusion is turned off on the ...

Editor Performance drops when removing frames from animations with curve data

OLD - Anim - May 26, 2016

Editor Performance drops when removing frames from animations with curve keys Regression: No, removing frames on animations with curves had a chance to crash the editor in 4.11, which doesn't happ ...

Peripheral Vision Angles Greater Than 180 Are Being Ignored

UE - AI - May 26, 2016

Values that are larger than 180 for the Pawn Sensing component's Peripheral Vision Angle setting are being ignored. If they are higher than 180, the pawn will act as if it was set to 180. Found in ...

Procedural Foliage Blocking Volume Blocks Sight Perception

UE - AI - May 25, 2016

Sight perception is being blocked by Procedural Foliage Blocking Volumes. Setting the volume to No Collision resolves the issue, but then the volume will not block foliage. Found in 4.12 Preview 5 ...

PhysicsConstraintComponent not editable on instances.

UE - Simulation - Physics - May 25, 2016

When adding a PhysicsConstraintComponent to a class, it can be properly edited in the Blueprint editor. However, if trying to manipulate it via the instance editor, it is "locked down" ...