Auto Compute LOD Distance doesn't properly change screen sizes. The screen size for each LOD will be exactly the same regardless of the mesh you use with generated LODs. Working as expected in 4.19 ...
Using a Sub Anim Instance causes a sub instance loop error when referencing another Animation Blueprint. This is a regression from 4.19.2 (CL-4033788) as it complied without error. This issue was r ...
When the game window is set to be windowed and maximized, setting a console variable changes the window's state from being maximized to its default size. This is a regression as it is working as e ...
Drag and drop operations just become broken on packaged builds or launching stand-alone, despite working inside the Editor (PIE). This is a regression from 4.19.2 (CL-4033788). This issue was repor ...
A user has reported that Materials that contain a custom HLSL node that has a Struct with a function declared inside of it results in the material failing to compile for GLSL, causing the Material t ...
When running a standalone build, focus navigation doesn't work on widgets within a world-space widget component. This may be fallout from [Link Removed], which parented the widget component's virtua ...
Using following code in Python: seq.add_possessable(seq.add_spawnable_from_class(unreal.CineCameraActor).get_object_template().camera_component) doesn't create a camera component track in sequen ...
It seems that disabling the 'Spawn Default Blueprint Nodes' editor preference results in control rig blueprints being created with event graphs rather than rig graphs. It doesn't appear to be possi ...
When using the Place Actors panel on the Advanced_Lighting map a crash occurs when searching for a directional light. I was only able to reproduce this issue on that map. This issue is occurring ...
Closing the Engine while having a dirty Control Rig assset/Window open does not open the save content window and prevents the engine from closing. This issue is occurring in //UE5/Release-5.0-Ear ...