Swapping Physical Material with “Set Physical Material Override” during runtime is not working well in UE5 compared to UE4.
Case:
A sphere with a Low Friction Physical Material swaps to a High Friction Physical Material when moving. User press B to flip-flop between Physical Materials.
The High Friction PM will only take effect when the sphere hits a different static mesh/surface/objects/hit proxies/etc. Unlike UE4, the High Friction only takes effect when the sphere is hitting something different, it is like it needs to be refresh. Is it asleep?
I really don’t know why it is not working like in UE4, has it is supposed to be…?!
Is this only my UE5? Did anyone else notice this bug as well?
I encountered similar issues when trying to update the Restitution on the PhysicalMaterial dynamically at runtime.
There is a solution available in code, via the public static FChaosEngineInterface::UpdateMaterial function.
After creating and assigning the PhysMaterialOverride on the BodyInstance, the properties such as Friction and Restitution can be changed and updated like this: