ue_destroy_actor
Permanently remove an actor from the Unreal Engine level. Find the actor path via ue_get_all_actors, then call this to delete it.
Instructions
Destroy (delete) an actor from the current level. This action is irreversible (unless you undo in the editor). Use ue_get_all_actors to find actor paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorPath | Yes | Full path to the actor to destroy |