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 ...
This is a common crash that has occurred in 4.17.1 and 4.17.2, there are no immediate records of it occurring previously. Users have not provided any descriptions of their actions when the crash oc ...
A licensee has reported a problem where FVisualStudioSourceCodeAccessor.AddSourceFiles is unable to handle two files being added at the same time. In this case, a .cpp and .h are added at the same t ...
The issue appears to be the type of the input pin on the custom event(or function - both behave the same), under normal circumstances it should allow you to pick the enum from a list on the calling ...
The user is using a Nav Mesh Bounds Volume and a Nav Link Proxy. They are calling AI Move To to navigate to the point, but the Character reproduces extra movement and goes a bit past it. For debuggi ...
Very rarely, the game client will crash on shutdown and the log will contain messages that look like: LogOutputDevice: Error: Ensure condition failed: false [File:Engine\Source\Runtime\RenderCore\ ...
When TSR is enabled, translucent materials using the AfterMotionBlur translucency pass cause visual artifacts when local exposure is active. The artifacting is believed to occur because the local ex ...
Previously, all Unreal Types generated by python scripts would be created inside package "/Engine/PythonTypes". This was changed by [CL 32478991 in ue5-main branch], which meant to "remove the restr ...
Get array node will disconnect on restart if it's getting from an array variable of the same bp. User Description: I have connected GET and Target, then saved and closed the editor. Then I created ...
Random Stream variables in the GameMode are reset every PIE. Workaround is to use Set Random Stream Seed before using the Stream value. Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promotable ...