User crashes on PIE when number of players is set to two in the "Play" drop down menu. No crash if number of players are set to 1,3, or 4. Additionally, setting the "Dedicated server" checkbox to ...
The FMath::TruncToInt() function takes a float parameter, but some calls to this function pass in a double value. For most use cases, this will probably work fine. However, if the integer values are ...
When generating a random number using FMath::RandHelper() in the constructor of an actor, attempting to print that same number on BeginPlay returns a different value than the constructor. However, ...
Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...
If you duplicate an asset in the Content Browser before the renaming box prompts input it will cause the Editor to crash. This was reported and tested in 4.20.3 (CL-4369336). This is reproducible ...
Pin wires do not connect correctly after collapse to function and duplication. Any node can cause this issue, I used an INT variable because it was quick to test with. Regression: This issue affect ...
This is a regression from 4.24.3 (CL-11590370). Removing a pin on a Niagara Module Script parameter will removed the variable as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) ...
Ray tracing translucency samples per pixel settings have no visible effect. Reported and tested in version 4.25.3(CL 13942748). Tested and found in versions 4.25.3 and 4.26.0 Preview 2(CL 14419252 ...
It seems that GPU usage in UE5 has dramatically increased in comparison to 4.26. A simple First Person Template with a Landscape created with default settings and a few hills sculpted onto it, cause ...
If something is executed before a SetActorRotation node on Tick inside of a SceneComponent class BP and then added to an Actor class BP, the physics will lag User Description: When using set rotat ...