Creating Online Session always fails in Launch mode when loading another map

UE - Networking - Aug 5, 2019

Creating an Online Session and transitioning to another map does not work in a Launched Windows game. The transition event does fire but it just resets the players position on the Default map. This ...

The packaged build of a project that has a strong pointer initialized to nullptr immediately closes on launch

UE - Foundation - Core - Aug 2, 2019

When a strong pointer is set to null the packaged build of the game will immediately close. No crash logs were were made and no Saved folder was made (<Project Name>/Saved/Logs). An example project ...

Severe ghosting on animated objects when camera stops moving in sequences when using path tracer

UE - Graphics Features - Lumen - Aug 2, 2019

Pixels seem to stop updating in the path tracer when a camera stops moving in sequence. Old color values from objects that have moved seem to still affect pixels they should not.  ...

RSTP Stream does not appear to work with Media Streaming source assets

Media Framework - Aug 2, 2019

It appears that RSTP streams do not work in editor when used with a Stream Media Source asset. ...

Possessing and Unpossessing a Pawn when using NetCulling causes the Client to lock up

UE - Networking - Aug 1, 2019

In this test bench, they are using a APawn with a custom replicated Movement Component rather than using a ACharacter and they are getting a different result that ends up in a permanent softlock of ...

Interpolators of Particle Dynamic Parameters Need "nointerpolation".

UE - Niagara - Aug 1, 2019

Regardless Niagara or Cascade, dynamic parameters for particles are passed to pixel shaders from vertex shaders via InterpolantsVSToPS. It can cause a precision error on some materials, for example ...

4.23 Preview crashes with command line arguement -AutomatedMapBuildUseSCC = False

UE - Foundation - Core - Aug 1, 2019

Using an automated script in command line arguments to build project map causes a crash. Note: that it will not crash when 'UseSCC=false' is omitted, but it will not build the map either. Screen gr ...

Apple TV - Cloudkit - Infinite loop

UE - Platform - Mobile - Jul 31, 2019

When cloudkit is enabled, the regular Apple TV may get stuck in an infinite loop in FOnlineUserCloudInterfaceIOS::OnReadUserCloudFileBegin(): while (CloudFile && CloudFile->AsyncState == EOnlineAsy ...

Apple TV offline saves fix

UE - Platform - Mobile - Jul 31, 2019

Offline save games don't work on Apple TV, (in fact all file operations fail) because Apple has decided that you can't store anything in the NSDocumentDirectory anymore. The fix is to replace occurr ...

Package does not load using Vulkan on Oculus Quest

UE - Platform - XR - Jul 31, 2019

When attempting to open a package using Vulkan, the application is loading and never opens. This happens for Launch On as well. This issue may be related to [Link Removed]. I was not able to reprod ...