How to desactivate Physical animation in blueprint?

everything is in the title, how can i desactivate Physical animation in my blueprint?

Bp :

I have tried to set all the bodies below physics blend weight to 0, but it does not really disable the physics

https://i.imgur.com/1jfz96k.png

I had the same problem and I think I found a solution: just apply Physical Animation Settings with values of 0 (the default when making the data object) and apply them to a body of None:

Actually it will not disable Physical Animation component.
Deactivation doesn’t give 100% result also. (the PhA component still has influence on the Character BP)

I found 2 solutions.

  1. use node "Set All Bodies Below Physics Blend Weight
    2.use node "Set All Bodies Below Physics Disable

I hope you have a good day.