Replay rollback state doesn't recreate per-instance components

UE - Networking - Nov 26, 2019

Actor rollback state saved and restored by the replay system for placed actors in the level does not take into consideration per-instance replicated components, so they won't be recreated when the a ...

SynthComponent does not execute OnStop() after calling Stop()

UE - Audio - Nov 26, 2019

SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...

Wake/Sleep events are not properly handled with Welding

UE - Simulation - Physics - Nov 25, 2019

Wake/Sleep events are not generated for components set to generate wake events after having a component not set to generate wake events welded to them. Wake/Sleep events are also not dispatched for ...

Landscape Resample Tools does not keep Streaming Proxy

UE - LD & Modeling - Terrain - Landscape - Nov 25, 2019

alone ...

Landscape Resample Crashes Editor in Sublevel Map

UE - LD & Modeling - Terrain - Landscape - Nov 25, 2019

PrecomputedAOMask cannot be used when Virtual Texture is enabled

UE - Graphics Features - Nov 25, 2019

The problem is that when the VirtualTexture lightmap is enabled, the value returned by the material node's PrecomputedAOMask is incorrect. ...

Opening a new sequence can have SavePreAnimatedState and RestorePreAnimatedState called out of order

UE - Anim - Sequencer - Nov 21, 2019

When switching to a sequence where the current time is not in the target view range the PreAnimatedState of the new sequence will be saved before restoring the PreAnimatedState of the old sequence.  ...

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe

UE - Virtual Production - Nov 21, 2019

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe The Blueprint node "Get Actors" for Layers in the Level Blueprint causes an instant crash in a built developm ...

UBT Output log encoding does not match if non-ASCII characters are in the UBT output

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 21, 2019

UBT Output log encoding does not match if non-ASCII characters are in the UBT output. Before UE4.23, UBT output encoding problems only exist in the editor "Compiler Log" under Developer Tools, and i ...