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