TickComponent and PostPhysicsTick in SkeletalMeshComponent can cause simultaneous read/write access

UE - Anim - Runtime - Jan 18, 2023

When a SkeletalMeshComponent is restarted by calling in order of   SetSimulatePhysics and SetComponentTickEnabled, the TickComponent and EndPhysicsTick are executed simultaneously. As a result, the ...

Can't connect Date Time and Time Spawn pins to math nodes

UE - Gameplay - Blueprint Editor - Feb 2, 2023

we can do a "cheap fix" here by adding the "IgnoreTypePromotion" metadata to the date time functions, but there are some underlying issues with the FindBestMatching func in this case causing it to f ...

Source Textures used with a Rect Light are blurry and diffused

UE - Graphics Features - Mar 14, 2023

This is a regression from 5.0.3 tested in the following streams:BranchChange ListResults//UE5/Release-5.020979098Did not reproduce//UE5/Release-5.123901901Reproduced//UE5/Release-5.224608918Reproduc ...

Crash when client tries to connect to server instance using WP

UE - World Creation - Worldbuilding Tools - World Partition - Apr 10, 2023

Runtime changing r.VT.PoolSizeScale doesn't resize virtual texture pools

UE - Rendering Architecture - Apr 21, 2023

r.VT.PoolSizeScale should be changeable at runtime so that we can resize VT physical pools for iteration on selecting pool sizes. It works correctly at engine startup but runtime changes have no ef ...

Raytraced Shadows render incorrectly in a project that has been converted from 5.0.3 to 5.1.1 to 5.2

UE - Graphics Features - Ray Tracing - May 16, 2023

Version to VersionResultsNew 5.0.3 project to 5.1.1Works as ExpectedNew 5.1.1 project to 5.2Works as ExpectedNew 5.0.3 project to 5.1.1 to 5.2Bug OccursNew 5.0.3 project to 5.2 Bug Occurs The scene ...

Bloom artifact showing in splitscreen settings

UE - Graphics Features - Jan 15, 2015

There is a bloom artifact at the top of the bottom player's screen. ...

Collision on rolling ball template floor incorrectly affects player character

Docs - Samples - May 27, 2015

In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...

Material Parameter Collection does not correctly render in Widget BP

UE - Editor - UI Systems - Feb 23, 2015

If a Material Parameter Collection with a Scalar Parameter is used within a material and that material is called within a widget the scalar parameter will render with a 0 value, even when set to ano ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self (4.8)

UE - Gameplay - Blueprint - Jan 20, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...