unreal.UpgradeNiagaraEmitterContext¶
- class unreal.UpgradeNiagaraEmitterContext(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectWrapper 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] Whether the converter process was cancelled due to an unrecoverable error in the python script process.new_emitter(NiagaraPythonEmitter): [Read-Write]old_emitter(NiagaraPythonEmitter): [Read-Write]
- property cancelled_by_python_error: bool¶
[Read-Write] Whether the converter process was cancelled due to an unrecoverable error in the python script process.
- Type:
(bool)
- property new_emitter: NiagaraPythonEmitter¶
[Read-Write]
- Type:
- property old_emitter: NiagaraPythonEmitter¶
[Read-Write]
- Type: