unreal.NiagaraExt_ModuleSchema

class unreal.NiagaraExt_ModuleSchema

Bases: StructBase

Schema describing a Niagara Module asset and its inputs.

C++ Source:

  • Plugin: Niagara

  • Module: NiagaraEditor

  • File: NiagaraExternalSystemEditorUtilities.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset (NiagaraScript): [Read-Write] The script asset this schema describes. Read-only — populated by GetModuleSchema variants.

  • inputs (Array[NiagaraExt_StackInputSchema]): [Read-Write]

  • outputs (Array[NiagaraExt_Variable]): [Read-Write]