How to set actor just to be a ragdoll

i use PawnSensing let ai and other ai fight, if a ai is dead, it become a ragdoll ,but another ai still attack it, How to let ragdoll exist but other ai won’t attack it

You have to Setup a bool like: IsDead? So if your AI is dead, set this bool to true. In the combat script make a simple branch and get the bool from your attacked AI. If IsDead is true, then do nothing.

Hi , it’s a good way to solve this problem,but i use pawnSensing, i don’t want to ai to detect those ragdoll.