create_niagara_module_asset
Creates a new Niagara script asset with a default graph, supporting module, dynamic input, or function types.
Instructions
Create a standalone Niagara script asset (module / dynamic input / function).
Duplicates the editor's default template when available so the produced asset has the same initial graph as one created via the Niagara asset wizard.
Args: asset_path: Full content path including name (e.g. "/Game/FX/Modules/MyModule") module_type: "module", "dynamic_input", or "function" description: Optional description text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| description | No | ||
| module_type | No | module |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |