TeleportTo result with Chaos is different from PhysX

UE - Simulation - Physics - Jun 25, 2021

The result with Chaos is not wrong, rather it returns a correct correction vector, that vector is perfectly horizontal to the teleport buried against the landscape mesh. Therefore, teleportation wil ...

Ornatrix Alembic files display unnatural movement in Groom after import

UE - Simulation - Physics - May 26, 2021

Video of the issue here - [Link Removed] ...

Chaos : Crash when destroying part of Geometry collections clustered by AnchorField

UE - Simulation - Physics - May 10, 2021

Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...

Each adding a static mesh not containing any collision data keeps increasing PhysX memory

UE - Simulation - Physics - Apr 19, 2021

If the static mesh has UseSimpleCollisionAsComplex and does not have any SimpleCollision shapes, The physics actor will be destroyed immediately in FInitBodiesHelperBase::CreateShapesAndActors, but ...

RemoveWindSource modifies game thread array while in a parallel for loop.

UE - Simulation - Physics - Apr 16, 2021

FScene::RemoveWindSource is called from a parallel for loop, and concurrently deletes wind component pointers from the same game thread array causing crashes when the scene contains multiple wind so ...

Cross does not respond or crashes when "collide with attached children" is enabled

UE - Simulation - Physics - Apr 13, 2021

Fatal error! Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000 0x00007ffb09d32bb9 UE4Editor-Engine.dll!USkeletalMeshComponent::CopyClothCollisionsToChildren() [D:\ ...

SweepComponent fails against non-root bodies of skeletal mesh component in PhysX

UE - Simulation - Physics - Apr 6, 2021

UDN - https://udn.unrealengine.com/s/question/0D52L00005H9X5XSAV/sweepcomponent-never-returns-a-valid-hit-against-skeletal-meshes-when-using-physx?fromCase=1 ...

Inversing the scale of a skeletal mesh when it's simulating physics results in the mesh and collision being flipped

UE - Simulation - Physics - Mar 18, 2021

The attached project has 3 skeletal meshes. One with its original transform and then 2 copies with an inversed scale in the X axis for one and the Y axis for the other. When pressing play, the meshe ...

Max Depenetration Velocity cannot be set to zero after setting it to a non-zero value

UE - Simulation - Physics - Mar 1, 2021

It seems that when setting the Max Depenetration Velocity to a non-zero value, you are then unable to set it back to 0. Tested in //UE4/Release-4.25 @ CL 14469661 and this did not occur so marking ...

Collision lost from body when using world composition and streaming

UE - Simulation - Physics - Mar 1, 2021

Physics object from a streamed level does not interact with other physics objects in persistent level. ...