I have set up a plane that when overlapped by the player it will randomly spawn ‘Enemy Actors’ around the plane about 200Z above the plane however the actors are just hovering there. If i enable physics they just crumple up and ragdoll, which i don’t want to happen until their ‘health’ value reaches 0.
Is gravity enabled on the root component of the actor? I believe that’s going to be the governing element in this situation. Based of the screenshot it almost looks like it could be an issues with their relative location to their capsul component
another thing to check is the “auto possess” in details panel.make sure it’s set to “placed in world or spawned ”.
this tends to happen if the AI doesn’t have a AI controller possessing it.