Navigation
API > API/Plugins > API/Plugins/CascadeToNiagaraConverter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UConvertCascadeToNiagaraResults
References
| Module | CascadeToNiagaraConverter |
| Header | /Engine/Plugins/FX/CascadeToNiagaraConverter/Source/CascadeToNiagaraConverter/Public/NiagaraStackGraphUtilitiesAdapterLibrary.h |
| Include | #include "NiagaraStackGraphUtilitiesAdapterLibrary.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UConvertCascadeToNiagaraResults : public UObject
Remarks
Wrapper class for passing results back from the ConvertCascadeToNiagara python script.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCancelledByPythonError | Whether the converter process was cancelled due to an unrecoverable error in the python script process. | |
| bool | bCancelledByUser | Whether the converter process was cancelled by the user. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init () |