Volumetric materials on a Niagara mesh renderer will not appear in the scene and cause a handled ensure. ...
Ambient Light on Volumetric Clouds from Sky Atmosphere always is calculated as if the clouds are at the north pole of the planet. Using a sphere-shaped Sky Atmosphere and Volumetric Clouds causes t ...
When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...
If a user connects to source control through the Git plugin and creates a repository, when they try to compile a blueprint, they can sometimes crash ...
Camera jitter when using Crane Rig with a Cine Camera that is using the Look At Functionality ...
If a new editor plugin has a button added with OnClicked functionality, the editor will crash immediately when accessing the plugin. Removing the OnClicked portion of code allows the plugin to be a ...
FKConvexElem::CalcAABB was ignoring the elements currently defined transform, and only scaling. This means that any actor that has a transform (not just Merge Actors) could potentially have very dis ...
This is a regression as it does not happen in //UE5/Release-5.1.1 ...
This is a regression Tested in: //UE4/Release-4.27 CL18319896 Binary //UE5/Release-5.0-EarlyAccess CL16682836 Binary Under the same conditions in UE4 the On Hit events fire accurately and as expect ...