If attaches a StaticMeshComponent with collision active to another actor with a SkeletalMeshComponent simulating physics by socket name the StaticMeshComponent miss collision for simulation. Chec ...
There's a vehicle/third person camera stutter observed as the vehicle corners. The issue appears worse with Physics Async mode enabled, and less perceptible with this mode disabled. This video was ...
Vehicle wheel shapes on the server appear to detach from the vehicle and remain at their spawn point when running a networked game. The clients physics representation is ok and as expected, i.e. whe ...
the cable actor does not dynamically deform when the cable actor's parent mesh moves. Instead, the cable actor becomes rigid between the meshes it's bound between. This bug does not occur in the fo ...
Debugging the code I have been able to verify that in GeometryCollectionComponent.cpp line:2318, the if condition happens every two frames. I think DynamicCollection is not setting all the frames a ...
From UDN We use SetAllBodiesBelowPhysicsDisabled() to disable some bodies of our Vehicle. However by drawing the disabled bodies' particles position, we found those particles stay where they disab ...
Sometimes some of actors are destroyed after the destruction of the solver through the garbage collector. In this case, the app crash in FChaosScene::RemoveActorFromAccelerationStructureImp because ...
This is a regression. Tested in //UE5/Release-5.1 CL23901901 Additionally, I placed the cable actor in a sequencer then keyed several changes in position. The Cable actor had the same behavior of r ...
There are issues with the vehicles rendered position when it is being moved in a kinematic manner, i.e, forcibly moving a vehicle (not simulating it) using either FChaosEngineInterface::SetKinemati ...
There is no manual clutch control exposed to users. For completeness this should be available via blueprint in the same way that the settering, throttle and brake are user controlled. ...