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 ...
This is not a regression. Tested //UE5/Release-5.1 CL23901901 Within Water Body Custom setting the Water Mesh Override to a Nanite mesh causes a crash. This seems to be the case with any Nanite ena ...
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 ...
From licensee: "[...] it seems that regardless of our settings and how far away the control spline is from the landscape edge, one corner of the landscape will always be impacted by the falloff and ...
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, ...
The Buffer Visualization for DecalMask is no longer an option. Also, when looking at the Buffer Visualization Overview the DecalMask slot has been removed. See attached image for comparison Worke ...