Navigation
API > API/Plugins > API/Plugins/CascadeToNiagaraConverter
References
Module | CascadeToNiagaraConverter |
Header | /Engine/Plugins/FX/CascadeToNiagaraConverter/Source/CascadeToNiagaraConverter/Public/NiagaraStackGraphUtilitiesAdapterLibrary.h |
Include | #include "NiagaraStackGraphUtilitiesAdapterLibrary.h" |
Syntax
USTRUCT&40;&41;
struct FStackEntryAddAction
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TObjectPtr< UNiagaraClipboardFunction > | ClipboardFunction | If mode is SetParameter, represents the pending parameter to set directly and create a stack entry for. Otherwise this value is ignored. |
![]() ![]() |
EStackEntryAddActionMode | Mode | The mode of the AddStackEntryAction: when the action is applied to a UNiagaraEmitterConversionContext during Finalize(), the mode chooses what form of stack entry to add. |
![]() ![]() |
FName | ModuleName | If Mode is Module, acts as a key to lookup the ScriptConversionContext. |
![]() ![]() |
TObjectPtr< UNiagaraScriptConversionContext > | ScriptConversionContext | If Mode is Module, represents the pending module script to create a stack entry for. Otherwise this value is ignored. |
![]() ![]() |
FStackEntryID | StackEntryID | Info to find the category of the stack to add the stack entry to. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FStackEntryAddAction
(
UNiagaraClipboardFunction* InParameterSetClipboardFunction, |
||
![]() |
FStackEntryAddAction
(
UNiagaraScriptConversionContext* InScriptConversionContext, |