UConvertCascadeToNiagaraResults

Wrapper class for passing results back from the ConvertCascadeToNiagara python script.

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType)
class UConvertCascadeToNiagaraResults : public UObject

Remarks

Wrapper class for passing results back from the ConvertCascadeToNiagara python script.

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite

bool

 

bCancelledByPythonError

Whether the converter process was cancelled due to an unrecoverable error in the python script process.

Public variable UProperty Category BlueprintReadWrite

bool

 

bCancelledByUser

Whether the converter process was cancelled by the user.

Functions

Name Description

Public function UFunction

void

 

Init()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss