Shadow Color Not Updated After Light Build When a Texture is Changed and Reimported

UE - Graphics Features - Jun 2, 2017

Creating a material using a texture (say, blue) and then changing the source file on the texture and reimporting will not update the shadow color after building lighting. Making changes to the mate ...

Actor Sequence Component Not Working While Playing in Standalone

UE - Anim - Sequencer - Jun 6, 2017

When using an Actor Sequence Component in an actor blueprint, the sequence will not play in Standalone. In the test, a cube was used and was increasing its scale using the sequence. When playing in ...

Event dispatcher cannot be deleted, removed, or renamed after placing a period in the name

UE - Gameplay - Blueprint Editor - Jun 7, 2017

Event dispatcher cannot be deleted, removed, or renamed after placing a period in the name. In the case of the example given, the editor will throw a warning "No Delegate found for NewEventDispatche ...

Packaged plugins yield different results when opening a project it was added to depending on whether the Engine was built from source code or binary

Tools - Jun 8, 2017

Packaged plugins that are added to projects that were made with an Engine built from source code will indicate that the plugin .dll needs to be built. If the plugin was created and packaged using a ...

Inconsistent mouse behavior in PIE vs Standalone

UE - Editor - UI Systems - Slate - Jun 9, 2017

Mouse is less responsive in standalone than in PIE. Ex: When reading the mouse position, the position isn't updated as often as when in PIE. ...

Invalid API documentation file

Docs - Jun 9, 2017

The API.chm file is invalid. Additionally the website API docs are out of date. This is tied to a larger issue with the APIDocTool. ...

Widget interaction debug line only shows when hitting a widget

UE - Editor - UI Systems - Jun 9, 2017

Widget interaction debug line only shows when hitting a widget. If the widget interaction component does not touch a widget component, it will not be visible at all. ...

Crash on exit with NULL FTextRenderComponentMIDCache

Suggested fix is to relocate the Super::PreExit() call to the end of UGameEngine::PreExit() so that level streaming can be safely flushed before the MID cache is cleaned up. ...

Crash on level change when "Use Single Process" is false and "Play as Client"

Tools - Jun 20, 2017

When "Use Single Process" is off (unchecked/false) and "Play as Client" is selected, using the console command "Open [LevelName]" causes the editor to crash Regression: No - same behavior occurs in ...

Arrow component's size appears to reset to default when moving the actor in the scene

UE - Gameplay - Blueprint - Jun 21, 2017

If an Arrow component's size is set in the construction script via the "Arrow Size" node it will be set correctly upon compile. However, if the actor is moved in the scene the size of the arrow will ...