Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUpgradeNiagaraEmitterContext
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/UpgradeNiagaraScriptResults.h |
| Include | #include "UpgradeNiagaraScriptResults.h" |
Syntax
UCLASS&40;BlueprintType, MinimalAPI&41;
class UUpgradeNiagaraEmitterContext : 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. | |
| TObjectPtr< UNiagaraPythonEmitter > | NewEmitter | ||
| TObjectPtr< UNiagaraPythonEmitter > | OldEmitter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FVersionedNiagaraEmitterData * > & | |||
| void | Init
(
UNiagaraPythonEmitter* InOldEmitter, |
||
| bool | IsValid () |