When multiple components in an attachment hierarchy are copy and paste, the result is the new group has a distorted shape from the original. This issue may be related to [Link Removed] and is affec ...
The movable point light is abnormally lit when it disappeared by the setting of r.MinScreenRadiusForLights rather than "Max draw distance" and appears back. After you disable and enable the "Affect ...
This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
The function "FStaticMeshLODResources::GetResourceSizeEx(...)" does not take into account that the buffers might be emptied, due to Mesh Streaming. This causes "obj list" to report sizes larger than ...
The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...
Crash occurs when the user deletes a skeleton while it is being used in the current level. If the skeleton is not in the loaded level, the crash will not occur. ...
Enabling the Anisotropic BRDF (beta) causes crash upon restarting the Editor. This was reported and tested in 4.25 Preview 2 (CL-12055273). This was reproduced in main 4.26 (CL-12161634). ...
User is able to merge a single actor using the Merge Actor tool. This is a regression as you could not merge a single actor in 4.12. Not sure if this was an intended change or not. Occurring in 4. ...
The Negate blueprint macros (NegateInt, NegateFloat) are returning the original value. Found in 4.12.5 CL 3039270. Reproduced in 4.13 CL 3106830 and 4.11.2 CL 2946394. ...
After hitting a breakpoint and then stopping the execution of a blueprint using the Stop button, the next event is still being fired. Found in 4.13.2, reproduced in 4.12.5 and 4.14 Preview 2. ...