Setting up New Relative Rotation with some Static Mesh Actors in the Level Blueprint will have strange results if -90 is used in the Y Relative Rotation. Changing off of -90 will result in normal be ...
Rendering the SkyAtmopshere component using Vulkan with and without Vulkan (SM5) enabled causes artifacts to appear on screen on Windows and Linux. This was reported and tested in 4.25.1 (CL-135 ...
Can not launch PIE after set the value in color picker window to enter a number from the keyboard. Choose the color value with the picker or close the window with the Cancel button to return to it. ...
Reproduced 3/3 times. A similar bug occurred with PhysX ([Link Removed]) Check the function: FVector FSimpleAerodynamicsSim::GetCombinedForces(float VelocityIn) if the velocityIn is negative, th ...
When using the jumpbox with a sequence that is in seconds (not fps) the engine will freeze. This issue is occurring in Binary //UE5/Release-5.2 @ CL 25360045 This issue is occurring in Binary //UE ...
For nodes with an FGameplayTag or FGameplayTagContainer pin, when changing the tag value (Pin->DefaultValue) and triggering Undo/Redo, the pin modification is not undone. Rather, it undoes the previ ...
ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]) because FMeshRenderer::RenderMaterialTexCoordScales() use ...
The motion blur rendering is causing some issues when rendering the cloth asset as the timestep wildly changes without the number of substeps being increased, The movie pipeline code needs to man ...
When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...
RemoveAfterSecondsLambda in AddTimedDisplay function may access released memory during level transitions. The following workaround works : void UViewportStatsSubsystem::AddTimedDisplay(FText Text, ...