add_blueprint_component
Specify a Blueprint asset path and component class to add a new component, with an optional name for the component.
Instructions
Add a component to a Blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_path | Yes | Blueprint asset path | |
| component_name | No | Name for the component | |
| component_class | Yes | Component class (e.g., StaticMeshComponent, BoxCollisionComponent, PointLightComponent) |