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