unreal.UpgradeNiagaraScriptResults¶
- class unreal.UpgradeNiagaraScriptResults(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_inputs(Array[NiagaraPythonScriptModuleInput]): [Read-Write]old_inputs(Array[NiagaraPythonScriptModuleInput]): [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)
- get_old_input(input_name) NiagaraPythonScriptModuleInput¶
Get Old Input
- Parameters:
input_name (str) –
- Return type:
- set_color_input(input_name, value) None¶
Set Color Input
- Parameters:
input_name (str) –
value (LinearColor) –