Deleting an asset is unsuccessful if the asset is marked for add when using Git source control

Tools - May 3, 2017

Deleting an asset that is marked for add when using the Git source control plugin no longer actually deletes the asset. Instead the file will be removed from the Content Browser (it actually stays i ...

Smoke particles render with black box outline on tvOS in PlatformerGame

UE - Platform - Mobile - May 2, 2017

This is on tvOS 10.2. This is a regression from 4.15 ...

Crash when clicking on tutorial prompt for signing keys on Mac

Tools - May 2, 2017

Attempting to package for TvOS on Mac without a signing key produces an error in the message log informing the user of the missing key. The error has a link to a tutorial on how to resolve it. Click ...

GUID property is not fully generated for a component added to a Blueprint in the Editor

UE - Gameplay - Blueprint - May 1, 2017

If a component contains a GUID property, and that component is added to a Blueprint in the Editor, that property is not fully generated for instances of the Blueprint. Only the first part of the GUI ...

Select button does not show up after the "Pick Parent Class" window loses focus

UE - Gameplay - Blueprint - May 1, 2017

If the "Pick Parent Class" window loses focus, the select button will not be available for the previously selected option ...

Crash when creating a Niagara Emitter

UE - Graphics Features - Apr 28, 2017

Crash when creating a Niagara Emitter Another CrashReport: [Link Removed] Not sure if regression because the process to enable Niagara in 4.15 seems to be different than in 4.16, and I'm not sure ...

Crash when applying a LandscapeVisibilityMask material to a Landscape's material slot

UE - LD & Modeling - Terrain - Landscape - Apr 28, 2017

Crash that occurs when applying a masked material (with LandscapeLayerBlend and LandscapeVisibilityMask) to a Landscape's material slot. This is a regression: broken in 4.16.0 CL 3405315 worked in ...

Crash in FBlueprintActionMenuBuilder while editing blueprints

UE - Gameplay - Blueprint Editor - Apr 28, 2017

Note those are not 100% repro steps they are what I remember doing. I've got this issue twice so far and both times I was editing a blueprint and switching between constructions script and event gr ...

Collapsed graph name is displayed next to local variables instead of the function name the local variable is within

UE - Gameplay - Blueprint Editor - Apr 28, 2017

When working within a collapsed graph, the Local Variables section of the Blueprint tab displays the name of the collapsed graph instead of the name of the function the Local Variables (and collapse ...

Actor Component will not trigger other latent actions while paused if there is no Event Tick

UE - Gameplay - Components - Apr 27, 2017

An Actor Component set to Tick When Paused will not update latent actions when paused if there isn't an enabled Event Tick node in it. ...