Actors are not properly restored when undoing a Replace Selected Actors transaction

UE - Gameplay - Components - Jul 22, 2020

When undoing a Replace Selected Actors operation, the resulting actor is corrupt and triggers an ensure where the root component is in the process of being destroyed. This is a regression that poppe ...

Sphere Trace incorrectly reports actor's location

UE - Simulation - Physics - Mar 15, 2017

When a sphere trace extends from an actor, if the sphere radius is large enough and/or the actor is close enough to one of the actors hit by the sphere, the reported hit location will be the same as ...

Access none after making changes to a blueprint that is referenced in the level blueprint

UE - Gameplay - Blueprint - Jul 19, 2017

References for an actor blueprint appears to becomes invalid in the level blueprint when making changes to the actor's blueprint. This leads to an access none error. It seems that the actor referenc ...

Materials Using the Time node have a different time when used in a widget than those applied to object in the level

UE - Editor - UI Systems - Aug 16, 2017

The time on a material that is used in UMG does not sync up with the time provided in the same material when used on an object in the scene. The time continues to tick up from the time the editor is ...

CPU benchmark value "inf" When using the console command "scalability auto"

UE - Foundation - Core - Nov 9, 2017

When running the console command "scalability auto" on a packaged project, the benchmark for the CPU is returning "inf". Example logs [2017.11.09-14.35.50:583][ 92]LogConsoleResponse: Display: Cu ...

Bottom of Media Player Video clamped on Oculus Quest

Media Framework - Jul 10, 2019

On Oculus Quest - The bottom portion of Media Player Textures are clamped. Confirmed in 4.24 MAIN @ CL 7226586 ...

When enabling virtual texture lightmaps it looks different viewing

UE - Graphics Features - Lumen - May 15, 2020

After switching the Virtual texture lightmap on/off, it looks different. It looks like there is a difference in the light map because there are some missing shadows (see attached screenshots). ...

Crash playing in a Listen Server PIE session with an EQSTestingPawn in the world

UE - AI - Jun 11, 2020

REGRESSION Was not able to reproduce this in 4.24 Crash occurs when the user attempts to run a networking PIE session in a world containing an EQSTestingPawn actor. I was not able to reproduce thi ...

Screen Space Reflections not showing in Panoramic Capture

UE - Graphics Features - Sep 10, 2020

Reflections not showing in Panoramic Capture images. Reported and tested in versions 4.25.3(CL 13942748), 4.24.3(CL 11590370), and 4.23.1(CL 9631420).  ...

Ensure all Template Character classes set AutoPossessPlayer=Disabled when instance placed in level

Docs - Samples - Jul 6, 2016

When spawning multiple characters in a dedicated server, the first client will spawn under the map and be unable to move. See Zak's comment at bottom of thread. ...