spawn_blueprint_actor
Spawns a Blueprint asset into the current Unreal Engine level at a defined location, with optional rotation and label for scene setup.
Instructions
Spawn an instance of a Blueprint class in the level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Actor label | |
| location | No | ||
| rotation | No | ||
| blueprint_path | Yes | Blueprint asset path |