When you upgrade your project to a new version of the engine, your Collections are deleted from the Collection setting. ...
It appears that particle components don't update their bounds correctly when they are moved in a scene. If a particle emitter isn't currently visible at the start of the game it will remain culled. ...
Inaccurate updates to root widget visibility binding, so far in my testing, this does not affect the functionality of the binding. Regression: affects 4.13.2, 4.14.3, 4.15.1 binary versions ...
Camera Cut tracks don't work in some packaged code projects Regression: YES Working: 3249277 (4.14.3) Broken: 3348071 (4.15.1) Working: 3383544 (4.16 Main) ...
Issue was occurring with wildly varying repro steps, after speaking to Jurre and enabling gc.CollectGarbageEveryFrame 1 it was easy to conistenty reproduce this issue. note: I was getting this iss ...
UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...
HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...
Shadows are exetremely rough and aliased if r.shadow.FilterMethod is set to 1. Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 5660361 and 4.23 CL# 5810496 ...
When calling TearOff followed immediately by Destroy, the channel will be closed with the reason that the actor was destroyed, so the actor will be destroyed on the client as well. In the UDN linke ...
UE does not allow to have spacing for array in MetaSound PatchThis occurs in MetaSound Source as well Regression checked and occurs on //UE5/Release-5.1 @ CL 22805038 - P4V Repro Rate : 4/4 ...