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 ...

When Client Side Navigation is enabled, it is only initialized Server Side

UE - AI - Jun 13, 2018

'Allow Client Side Navigation' no longer appears to register Client-side navigation in 4.20. In 4.19 the logic that was setup to check for it returns both Client and Sever Side navigation systems as ...

DepthFade failed with Mobile MSAA

UE - Platform - Mobile - Jun 13, 2018

DepthFade will failed when Mobile MASS enabled. ...

Blueprint Diff tool does not mark changed properties as having been changed if they are in a custom nested category

UE - Gameplay - Blueprint - Jun 12, 2018

The Blueprint Diff tool does not highlight properties that have been changed from a previous version of the Blueprint if those properties are contained in a custom nested category. REGRESSION: No. ...

Changing the Level Streaming method will remove Levels from folders they were placed in

Tools - Jun 12, 2018

Changing the Level Streaming Method of a Level thats inside of a folder will remove it from the folder. Occasionally once all Levels have been removed from a folder, the folder will delete itself. ...

Auto Compute LOD Distance doesn't properly change screen sizes

UE - Graphics Features - Jun 12, 2018

Auto Compute LOD Distance doesn't properly change screen sizes. The screen size for each LOD will be exactly the same regardless of the mesh you use with generated LODs. Working as expected in 4.19 ...

[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::RHICreateUniformBuffer() [d3d11uniformbuffer.cpp:218]

UE - Graphics Features - Jun 12, 2018

No user comments in crash group 208 check(Layout.ResourceOffsets.Num() == NumResources); 209 210 for (int32 i = 0; i < NumResources; ++i) 211 { 212 ...

iOS Launch-On rebuilds every time

UE - Platform - Mobile - Jun 11, 2018

Artifacts from the previous Launch On are being cleaned up, which are necessary for improved iteration time. ...

Spawned particles on the surface of a static mesh in Niagara get offset if the actor is anywhere but the world origin

UE - Niagara - Jun 11, 2018

Particles that are spawned using the surface of a static mesh will be offset from the systems placement in the world unless it is at world origin.  Working as expected in 4.19 CL# 4033788 Found in ...

FQuat::NetSerialize modifies the original value which can cause it to be replicated continuously

UE - Networking - Jun 8, 2018

FQuat::NetSerialize will always call Normalize() as part of replicating the current value, so that only the X, Y, and Z components need to be serialized (the W can be computed on load). This operat ...