Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUpgradeNiagaraScriptResults
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/UpgradeNiagaraScriptResults.h |
| Include | #include "UpgradeNiagaraScriptResults.h" |
Syntax
UCLASS&40;BlueprintType, MinimalAPI&41;
class UUpgradeNiagaraScriptResults : public UObject
Remarks
Wrapper class for passing results back from the version upgrade python script.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCancelledByPythonError | Whether the converter process was cancelled due to an unrecoverable error in the python script process. | |
| TArray< TObjectPtr< UNiagaraPythonScriptModuleInput > > | NewInputs | ||
| TArray< TObjectPtr< UNiagaraPythonScriptModuleInput > > | OldInputs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UNiagaraPythonScriptModuleInput * | GetOldInput
(
const FString& InputName |
||
| void | Init () |
||
| void | ResetToDefault
(
const FString& InputName |
||
| void | SetBoolInput
(
const FString& InputName, |
||
| void | SetColorInput
(
const FString& InputName, |
||
| void | SetEnumInput
(
const FString& InputName, |
||
| void | SetFloatInput
(
const FString& InputName, |
||
| void | SetIntInput
(
const FString& InputName, |
||
| void | SetLinkedInput
(
const FString& InputName, |
||
| void | SetNewInput
(
const FString& InputName, |
||
| void | SetQuatInput
(
const FString& InputName, |
||
| void | SetVec2Input
(
const FString& InputName, |
||
| void | SetVec3Input
(
const FString& InputName, |
||
| void | SetVec4Input
(
const FString& InputName, |