spawn_niagara_effect
Spawn a Niagara System as an actor in the level with control over location, rotation, scale, name, and auto-activation.
Instructions
Spawn a Niagara System as an actor in the level.
Args: system_path: Path to the Niagara System asset location: World location as "(X,Y,Z)" — defaults to origin rotation: Rotation as "(Pitch,Yaw,Roll)" — defaults to zero scale: Scale as "(X,Y,Z)" — defaults to (1,1,1) name: Optional actor label name auto_activate: If true, the system begins playing immediately
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| scale | No | ||
| location | No | ||
| rotation | No | ||
| system_path | Yes | ||
| auto_activate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |