Constness is not updated in overridden BlueprintImplementableEvents when the native declaration is made non-const. ...
When a BlueprintImplementableEvent that takes a custom enum as a parameter is overridden in a Blueprint, it will throw a compile error. The compile error states that the event cannot be overridden b ...
When failing to hot reload in some cases, the compile button in the editor will disappear and Hot Reloads will stop occurring. This tends to happen randomly in other scenarios but the method above i ...
Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP. User Description: Blueprint libraries are still broken in the fi ...
When the cvar "r.VolumetricRenderTarget.PreferAsyncCompute" is enabled, it will cause Volumetric Clouds to ignore the influence of Volumetric Fog. In high-fog environments, this can cause the clouds ...
When using OIT, AlphaComposite Materials blend as if they are using the Translucent BlendMode. The order of macro #if … #elif cases cause AlphaComposite Materials to take the same route as Transluce ...
Wave files created by the Wave Writer nodes in MetaSounds cannot be imported successfully into the engine. On my end, wave files created by Audacity could be imported successfully, so there does see ...
Attempting to bind a custom event to a server-only delegate property currently fails to validate after compiling a Blueprint. ...
When compiling a PSO, RHI Breadcrumbs can be fed a bad FRHIBreadcrumbNode, resulting in reading random memory and crashing during the recursive node iteration. This only happens when tracing. The i ...
This is a regression. Tested in: //UE5/Release-5.0 CL 20979098 - Crash did not occur. Crash occurs when disabling Show > Static Mesh in the Viewport while using Vulkan. ...