reorder_niagara_module
Move a Niagara module to a new position in its script usage stack to adjust execution order.
Instructions
Move a module to a new position within its script usage stack.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter module_name: Name of the module to move script_usage: Stack the module is in new_index: Target index (0-based) within the stack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_index | Yes | ||
| module_name | Yes | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| script_usage | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |