When you have the mouse cursor set to show in game, if you use shift+f1 to unlock the mouse, eject, and then attempt to click and move an actor using the transform gizmo, you are unable to do so. S ...
Hair Materials do not react to Light Functions in the same way as other Materials. There is a visual difference between a Directional Light at 1 lux with no Light Function and a Directional Light at ...
This bug doesn't occur in 4.21. The issue is at line 157 in ProceduralMeshComponentDetails.cpp . When the procedural mesh has a material the crash doesn't occur. File location: Runtime/ProceduralMe ...
RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server. This is inconsistent with the behavior with ...
Connecting a Client to a Server in PIE with Auto Connect to Server disabled will crash the editor. EDIT: simple test project attached. Make sure Auto Connect to Server is disabled, and PIE with 2 p ...
When placing a billboard in a level (via a blueprint) with an orthographic camera, the billboard will not be rendered unless a significant distance in front of camera, comparing 4.61 project with th ...
When the node Spawn Actors from class is used with a pure input (in this case a pure function with a transform output) The result is that it get evaluated twice. In the test project provided a print ...
Custom depth does not render on static meshes converted to blueprint without render custom depth option enabled. This issue does not affect objects that are added as a component to a blueprint. To w ...
The issue was reproduced when building a minimap for an open world level with no Actors with "Is Spatially Loaded" enabled. Placing additional Actors with "Is Spatially Loaded" enabled in the level ...
When a capsule collider passes from the top of one piece of geometry to another that is very close the OnHit event doesn't fire. I have attached a project that demonstrates the issue in 4.23. A vid ...