Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. The following Blueprint nodes are affected by the same issue:Map KeyUnmap KeyAdd Playe ...
There is an issue with UPROPERTY enums where the tooltip does not update as expected. When the DetailViewWidget is refreshed, the tooltips appear correctly. For example, ToggleShowingOnlyAllowedPro ...
Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...
MacroUVs are breaking when using the Override System MacroUV option in the Required Module. Using System MacroUVs:[Image Removed] Using Override System MacroUVs:[Image Removed] Also Tested and Re ...
The Tooltip for the Results Pin of the DynamicBranch Material node incorrectly says that Color Input 1 will render if the Alpha is greater than 1, but the setup is for greater than 0. [Image Remove ...
Line Traces are not correctly returning the Physical Material Info when that information is changed at runtime via a Override Physical Material or a Set Physical Material via a Dynamic Material Inst ...
Subsurface scattering is disabled on all OpenGL platforms despite the shaders being properly translated & OpenGL platforms supporting the relevant CPU-side APIs. This also affected Metal for the WWD ...
A crash occurs when you remove a Sprite Instance within a Paper Grouped Sprite component of an Actor BP on Event Begin Play. I was able to reproduce this crash in the binary releases of 4.11.2 and ...
Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...
Attempting to increment the value of an array element does not seem to work, and instead returns the original value that was passed into the increment int node. Found in 4.11.1 binary. Reproduced i ...