Separate Translucency does not work when DoF is active

UE - Platform - Mobile - Nov 12, 2018

A crash in editor will result after swapping inherited SCS component names at the parent class level before loading a child class that overrides them.

UE - Gameplay - Blueprint - Oct 26, 2018

This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...

FObjectReplicator::ValidateAgainstState may validate against the wrong buffers

UE - Networking - Oct 22, 2018

In 4.14, changes were introduced to share replicated state between objects on the server (Shadow State) this was done to allow sharing property comparisons to determine when objects needed to replic ...

EarlyZPassOnlyMateriaMasking Makes Masked Materials on Particles Flicker When Close to the Camera

UE - Niagara - Oct 12, 2018

When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...

[CrashReport] UE4Editor_RenderCore!FPendingCleanupObjects::~FPendingCleanupObjects

UE - Graphics Features - Aug 21, 2018

Comments from users in crash group:I tried to launch my project  1266 FPendingCleanupObjects::~FPendingCleanupObjects() 1267 { 1268 QUICK_SCOPE_CYCLE_COUNTER(STAT_FPendingClea ...

Migrating assets to a plugin causes references to break

UE - Editor - Content Pipeline - Content Browser - Jun 14, 2018

The migrate function is meant for moving assets from one content folder to another, so it does no actual modification of the references in the migrated assets. This is normally fine, since we expect ...

Delay nodes occasionally don't fire the "Completed" output in a nativized build.

UE - Gameplay - Blueprint - Jun 13, 2018

This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...

Instanced Static Mesh component instances in levels that are not currently loaded do not have their defaults updated properly

UE - World Creation - Worldbuilding Tools - Foliage - May 17, 2018

Editing the properties of an Instanced Static Mesh or Hierarchical Instanced Static Mesh does not propagate those edits to the defaults of instances that are in levels that are not currently loaded. ...

Launch URL places http:// before the given string on Android, causing some commands to fail

UE - Platform - Mobile - May 14, 2018

Attempting to launch URLs on Android causes http:// to be placed before the string that is given. This causes issues when using commands such as mailto: and tel: which do not work properly when this ...

[CrashReport] UAIBlueprintHelperLibrary::CreateMoveToProxyObject [aiblueprinthelperlibrary.h:26]

UE - Foundation - Core - May 9, 2018

User comments in crash group:I tried making an AI run into my sidescroller characterstarting level with ai 2188 void RemoveAllSwap(const PREDICATE_CLASS& Predicate, bool bAllowShrinking = tru ...