When SimulatePhysics is disabled, the constraint update is skipped, so a reference to an invalid (already-removed) particle is left behind. As a workaround, the approach suggested by the licensee — ...
A geometry collection with One Way Interaction Level set to 0 never breaks from its own collisions. It falls, lands, and stays intact no matter what it hits. Set the level to -1 (feature off) and ch ...
Summary When CreateShapes_AssumesLocked fails during async body creation, the failed FBodyInstance is left in Bodies[] with a released actor handle. InitDynamicProperties_AssumesLocked is then called ...
A licensee reported that serialization of LevelSequence with StaticMeshActor with default collision for which mesh has NoCollision profile is not deterministic. The issue seems to be in the fact tha ...
This issue is fallout from the changes in 33851494. Prior to that, we didn’t get the pop on beginning the sim. The problem appears to be that in USkeletalMeshComponent::PerformBlendPhysicsBones we ...
When a Chaos joint constraint is first created, having linear/angular plasticity enabled will unexpectedly force its linear/angular drive position target to zero on initialization, disregarding the ...
Up to UE 5.5, skeletal mesh physics did not get updated when the component's scale changed. This was improved on January 2025 with CL 39190335, which addressed [Link Removed] ...
Client has a workflow issue with the reimport pipeline: UStaticMesh::bSupportPhysicalMaterialMasks should be copied over to UBodySetup::bSupportUVsAndFaceRemap before it takes effect for raycasts, ...
The bWeldSimulatedBodies attachment parameter is not replicated to clients, both in USceneComponent's attachment replication handling and in AActor's FRepAttachment struct. If AttachToComponent is c ...
When a StaticMeshComponent has a scale component of zero in WorldSpace (after accumulating with the hierarchy from the root to it), function UPrimitiveComponent::OnCreatePhysicsState() logs the warn ...