FNiagaraParameterStore::CopyParametersTo

Copies all parameters from this parameter store into another.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h

Include

#include "NiagaraParameterStore.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameterStore.cpp

Syntax

void CopyParametersTo
(
    FNiagaraParameterStore & DestStore,
    bool bOnlyAdd,
    EDataInterfaceCopyMethod DataInterfaceCopyMethod
)

Remarks

Copies all parameters from this parameter store into another.

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