Particle record in the Matinee leads to crash when playing after record.

Tools - Oct 19, 2017

Particle record feature in the matinee seems not properly working in the Editor. When trying to play in the matinee with recorded keys, the Engine will crash with Access violation - code c0000005. ...

Collision channel settings are not recognized in Standalone

OLD - Anim - Oct 18, 2017

Object instances that override the parent blueprint's collision settings are recognized in PIE but ignored in standalone or when running from the command line with -game NOTE: This appears to only ...

Flickering in Material Editor Preview when Absolute World Position node used

UE - Graphics Features - Oct 17, 2017

Creating a material with "Absolute World Position" node plugged into the "World Position Offset" input of the base Material node results in flickering in the preview window of the material editor. ...

Removing blueprint function does not remove graph nodes of the function

UE - Gameplay - Blueprint - Sep 13, 2017

When a function in a blueprint (BP created or BlueprintCallable from code) has nodes calling that function in the event graph, deleting the function entirely does not remove the nodes that already e ...

Visual flicker occurs with object during play

UE - Graphics Features - Sep 5, 2017

There is an issue occurring where objects are flickering, and what appears to be jittering at set distances when rendering, increasing the bounds of the mesh pushes the distance for the issue out. T ...

Physics Handle - Angular Damping option has an incorrect tooltip

UE - Simulation - Physics - Sep 1, 2017

there is a wrong tooltip for Angular Damping option in the details panel for the Physics Handle, the tooltip describes it as Angular Stiffness. This issue is not a regression Versions Tested: 4.15. ...

Shadow flicker with dynamic lighting at low cascade levels when FOV changes

UE - Graphics Features - Sep 1, 2017

When using low shadow settings there is a flicker that occurs when changing a camera FOV, the flicker will end as soon as the FOV has finished adjusting to the new FOV. This can occur when:Using a ...

The instructions to add a new parameter on event dispatchers in My Blueprints is out of date.

UE - Gameplay - Blueprint Editor - Sep 1, 2017

The "Inputs" section in the details panel states "Please Press the + Icon Above to Add Parameters," but there is not a "+" icon above. There is now a "New" button to create a parameter. ...

Split pins of Function inputs do not correctly update if variable type is changed

UE - Gameplay - Blueprint - Aug 30, 2017

When using the inputs of a function, splitting a variable and then changing its variable type does not properly update the node as expected. This occurs with any variable type that can be split. Sav ...

Copying values of an array created through C++ does not copy all values

Tools - Aug 24, 2017

Copying values of an array created through C++ does not copy all values, only the first value is copied over. This is different than an array that is created in blueprints when those are copied they ...