OnRep_Controller is not called when Controller is set in AController::OnRep_Pawn()

UE - Networking - Aug 6, 2019

We don't call OnRep_Controller after it's set to null in AController::OnRep_Pawn, so overridden implementations won't get called. While it's a little weird to call OnReps explicitly on the client o ...

Procecdural Mesh Components without a material assigned crashes on conversion to Static Mesh

UE - Graphics Features - Aug 6, 2019

This bug doesn't occur in 4.21. The issue is at line 157 in ProceduralMeshComponentDetails.cpp . When the procedural mesh has a material the crash doesn't occur. File location: Runtime/ProceduralMe ...

FPlanarReflectionRenderTarget didn't release RenderTargetTextureRHI

UE - Rendering Architecture - RHI - Aug 6, 2019

SetAnimRootMotionTranslationScale Is not exposed to Blueprints

UE - Anim - Gameplay - Aug 5, 2019

The SetAnimRootMotionTranslationScale in Character.h is not callable by blueprints. ...

SteamVR crash with DirectX 12

UE - Platform - XR - Aug 5, 2019

SteamVR will crash with dx12 enabled. You may need to attempt to teleport or open the console for the crash to occur. Also confirmed in MAIN 4.24 CL 7713732 ...

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

FPhysicsInterface_PhysX::LineTrace_Geom fails for welded bodies

UE - Simulation - Physics - Aug 2, 2019

FPhysicsInterface_PhysX::LineTrace_Geom does not properly respond to welded child bodies. ...

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