Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraStackFunctionInput
Description
Moves the current value of this input, to a shared parameter and then changes the value of this input to link to that new parameter. If a target usage is provided the shared input parameter will be added to that script, otherwise the shared parameter will be added to a transient parameter in the current script.
| Name | MoveValueToLinkedSharedParameter |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackFunctionInput.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackFunctionInput.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackFunctionInput.cpp |
void MoveValueToLinkedSharedParameter
(
TOptional < ENiagaraScriptUsage > LinkedSharedParameterTargetUsage
)