instantiate_template
Create a new actor from a template, setting its position, rotation, scale, and name in the level.
Instructions
Create an actor from a template (requires Adastrea-Director integration)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional custom name for the spawned actor | |
| scale | No | World scale for the actor | |
| folder | No | Level folder to place actor in | |
| location | No | World location to spawn the actor | |
| rotation | No | World rotation for the actor | |
| templateId | Yes | ID of the template to instantiate |