Sample game headers aren't set up in an extensible way

Docs - Samples - Mar 30, 2015

Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...

Viewport Flickers when opening a Blueprint and Setting it as a Docked Tab on El Capitan

UE - Platform - Apple - Apr 4, 2016

When docking a blueprint as a tab in the main viewport the sprites and other actors placed in the default scene (including player start) begin to flicker. This flicker persists until you close and ...

LIVE: Character is jittering with Blend-Weights enabled

OLD - Anim - Oct 31, 2014

When changing the value of the blendweights of a character in a level, it is breaking the animation that the character has and causign the animation to show as jittery. ...

Keyboard Shortcuts for Blueprint Editor Do Not Appear until Opening Blueprint

Tools - Feb 11, 2015

In any newly opened project the 'Keyboard Shortcuts' within the 'Editor Preferences' for the 'Blueprint Editor' do not appear until you have opened a blueprint within the project. After closing and ...

Delete Unused Variables deletes variables used in Child Blueprints

UE - Gameplay - Blueprint - Dec 30, 2014

[NickW] Should perform a search in children, at least warn if this will break children. — Delete Unused Variables deletes variables used in Child Blueprints. Note: Not only child blueprints. If ...

Constraints are broken when capsule component height changed

UE - Simulation - Physics - Jul 20, 2015

James: I think we currently recreate the capsule body when you change dimensions, should just change the shape instead. – DisableCollision is reset if constrained Capsule Component height is change ...

Line Trace's chained together into a ricochet do not work on all normal directions

UE - Gameplay - Jan 27, 2015

Line Trace's chained together into a ricochet do not work on all normal directions. They seem to fire inside of the object. The blueprint setup in screenshot #2 is in the MyCharacter bp. ...

A level will not save if a Blueprint that uses a Blueprint Component with an Event Dispatcher is placed in it

UE - Gameplay - Blueprint - Mar 8, 2015

A level will not save if a Blueprint that uses a Blueprint Component with an Event Dispatcher is placed in it. Reproduced in 4.7.2 binary. Could not test in Main due to [Link Removed] ...

Merge Actor Tool missing option to deselect Export Specific LOD

UE - World Creation - Worldbuilding Tools - HLOD - Jul 12, 2016

In the new non-experimental version of the Merge Actors tool there is no option to disable "Export Specific LOD". In 4.11 when this was disabled it would merge the actors with their respective LODs ...

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll

UE - Gameplay - Apr 29, 2015

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll. This is potentially due to the Frame Delay that the engine uses. ...