Cannot build Engine in Debug Editor configuration due to error caused by string literals in ClientSession.cpp

PixelStreaming - Apr 18, 2019

Attempting to build the Engine using the Debug Editor configuration results in a build failure related to a string literal (error C2338: Formatting string must be a TCHAR array.). There are three ch ...

Bloated instruction counts in the material editor causing long compiles

UE - Graphics Features - Apr 17, 2019

artists are dealing with greatly increased iteration times due to long shader compiles when working in the material editor. This has regressed over time as we add more features to the point were wor ...

Crash due to LAN beacon packet incompatibility in 4.22

UE - Networking - Apr 17, 2019

We changed the IP address serialization format without bumping the LAN beacon packet version. Should just need to bump it up. ...

High framerates result in desyncs with clients when using a dedicated server.

UE - Networking - Apr 17, 2019

When a client operates at a high framerate on a dedicated server, their player movement will become desynced with the server. This manifests in different ways on different versions. In 4.21, it caus ...

Config entries to re-open asset windows are deleted if the Editor is shut down while a debugger is attached

Tools - Apr 17, 2019

When the "Restore Open Asset Tabs on Restart" option is turned on in the Editor Preferences window, closing the Editor while a debugger is attached appears to remove any saved asset tabs from the Ed ...

Crash in FVulkanLinuxPlatform

UE - Platform - Linux - Apr 17, 2019

Using the command in the repro steps on Linux will cause the Editor to crash and CrashReporter to pop up with a callstack. This behaves differently when tried on Windows with -vulkan. The project ...

Motion controller components created in c++ do not appear to update their location

UE - Platform - XR - Apr 17, 2019

The motion controller component does not appear to update it's location if was created in a C++ project. regression: This appears to work as expected in the 4.21 release of the engine ...

Attempting to Rename Multiple Sockets Crashes the Editor

OLD - Anim - Apr 17, 2019

Having multiple sockets selected results in a crash when attempting to change the names of them all at once. The box to change their names appears to be grayed out but you can still click into it. U ...

Camera FOV Above 90 Causes Landscape LODs to Flicker

UE - LD & Modeling - Terrain - Landscape - Apr 17, 2019

Camera FOV Above 90 Causes Landscape LODs to Flicker Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 5660361, 4.23 CL# 5934407 ...

Crash when save the blueprint function variable that set the StringTable asset

UE - Foundation - Core - Apr 17, 2019

This issue doesn't crash in 4.21. It is rewritten as GIsSavingPackage = true in UPackage::(Save() when Blueprint is saved, but it's rewritten as false in 4.21. Workaround Do not set the String Tab ...