Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FStackScriptAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FStackScriptAdapter > Create
(
UNiagaraSystem* InOwningSystem, |
SystemAdapter/StackScriptAdapter.h | ||
static TSharedRef< FStackScriptAdapter > Create
(
const UNiagaraSystem* InOwningSystem, |
SystemAdapter/StackScriptAdapter.h |
Create(UNiagaraSystem , const FGuid &, UNiagaraScript )
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackScriptAdapter.h |
| Include Path | #include "SystemAdapter/StackScriptAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackScriptAdapter.cpp |
static TSharedRef < FStackScriptAdapter > Create
(
UNiagaraSystem * InOwningSystem,
const FGuid & InOwningEmitterHandleId,
UNiagaraScript * InScript
)
Create(const UNiagaraSystem , const FGuid &, const UNiagaraScript )
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackScriptAdapter.h |
| Include Path | #include "SystemAdapter/StackScriptAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackScriptAdapter.cpp |
static TSharedRef < FStackScriptAdapter > Create
(
const UNiagaraSystem * InOwningSystem,
const FGuid & InOwningEmitterHandleId,
const UNiagaraScript * InScript
)