set_niagara_system_property
Set a Niagara System property by specifying asset path, property name, and value as a string. Supports properties like WarmupTime, bDeterminism, and RandomSeed.
Instructions
Set a system-level property on a Niagara System via reflection.
Supports any UPROPERTY on UNiagaraSystem: WarmupTime, WarmupTickDelta, bDeterminism, RandomSeed, bFixedBounds, FixedBounds, bFixedTickDelta, FixedTickDeltaTime, etc. Use exact C++ property name (PascalCase).
Args: system_path: Path to the Niagara System asset property: Property name (e.g. "WarmupTime", "bDeterminism", "RandomSeed") value: Value as string (e.g. "2.0", "true", "42")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes | ||
| system_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |