Retargeted Child AnimBP doesn't play any animations

OLD - Anim - Dec 19, 2016

Retargeted Child AnimBP doesn't play any animations ...

HTML5 - View is incorrectly drawn

UE - Platform - Mobile - Sep 23, 2016

The view in a packaged HTML build will not draw the game view as the entire view space, neither in custom sized window nor fullscreen. ...

Cannot change the Strength value on a Physics Constraint in the Viewport Details panel

UE - Simulation - Physics - Jan 5, 2017

Cannot change the Strength value on a Physics Constraint to anything other than the default value in the Viewport Details panel. When changed the editor will pause and replace the value with — This ...

Crash in K2Node_CallFunction

UK2Node_CallFunction::GeneratePinTooltipFromFunction relies a lot on loops that increment the index used to check the individual characters in the comments. The problem is that there are a few miss ...

Actor moves between levels when using Convert Actor

Tools - Jan 9, 2017

Using Convert Actor when the wrong level is selected can cause the actor to move levels. This doesn't seem to happen with every actor type but is 3/3 reproducible using the steps provided. User Des ...

Slate drag/drop detection does not work with multiple pointers

UE - Editor - UI Systems - Slate - Jan 11, 2017

The drag delta detection in SlateApplication does not ensure that the two pointer events it is comparing are coming from the same pointer. This causes it to think dragging should begin on a widget b ...

Cine camera should not be locked to just using circleDOF

UE - Anim - Sequencer - Jan 13, 2017

https://answers.unrealengine.com/questions/546793/using-other-dof-methods-in-sequencer.html ...

Colon in UPROPERTY category invalidates iterative build

UE - Foundation - Core - Cooker - Jan 13, 2017

The presence of a colon ':' character in the category string of a UPROPERTY will cause iterative cooking to generate the following error:Found unparsable ini setting Windows.EditorPerProjectUserSett ...

SequencerActor tag getting added multiple times to a spawnable actor

UE - Anim - Sequencer - Jan 16, 2017

A Spawnable actor gets "SequencerActor" tag on spawn, but this tag addition does not seem to check already assigned tag(s). So the actor can receive SequencerActor tags multiple times. ...

MIDIDeviceController.h causes compilation errors when included in an external module

UE - Audio - Jan 16, 2017

When you attempt to access MIDIDeviceController.h in your own project, it'll fail when you include it. This is the main error, while the other is a syntax error: missing type specifier - int assume ...