create_entity
Create a new entity in the current O3DE level, specifying its name and optionally assigning a parent for hierarchy placement.
Instructions
Create a new entity in the current O3DE level.
Args: name: Name for the new entity. parent_id: Optional entity ID of the parent. None for root-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |