unreal.NiagaraModuleDependencyScriptConstraint

class unreal.NiagaraModuleDependencyScriptConstraint

Bases: EnumBase

ENiagara Module Dependency Script Constraint

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraScript.h

ALL_SCRIPTS: NiagaraModuleDependencyScriptConstraint

The module providing the dependency can be in any script as long as it satisfies the dependency type, e.g. if the module requiring the dependency is in “Particle Spawn” the module providing the dependency could be in “Emitter Spawn”.

Type:

1

SAME_SCRIPT: NiagaraModuleDependencyScriptConstraint

The module providing the dependency must be in the same script e.g. if the module requiring the dependency is in “Particle Spawn” the module providing the dependency must also be in “Particle Spawn”.

Type:

0