unreal.UpgradeNiagaraEmitterContext

class unreal.UpgradeNiagaraEmitterContext(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Wrapper class for passing results back from the version upgrade python script.

C++ Source:

  • Plugin: Niagara

  • Module: NiagaraEditor

  • File: UpgradeNiagaraScriptResults.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cancelled_by_python_error (bool): [Read-Write] Cancelled by Python Error: Whether the converter process was cancelled due to an unrecoverable error in the python script process.

  • new_emitter (NiagaraPythonEmitter): [Read-Write] New Emitter

  • old_emitter (NiagaraPythonEmitter): [Read-Write] Old Emitter

property cancelled_by_python_error: bool

[Read-Write] Cancelled by Python Error: Whether the converter process was cancelled due to an unrecoverable error in the python script process.

Type:

(bool)

property new_emitter: NiagaraPythonEmitter

[Read-Write] New Emitter

Type:

(NiagaraPythonEmitter)

property old_emitter: NiagaraPythonEmitter

[Read-Write] Old Emitter

Type:

(NiagaraPythonEmitter)