Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameterStore
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
Include | #include "NiagaraParameterStore.h" |
Syntax
enum EDataInterfaceCopyMethod
&123;
Value,
Reference,
None,
&125;
Values
Name | Description |
---|---|
Value | A new data interface will be created and it will be synchronized using the CopyTo method. |
Reference | A reference to the source data interface will be added to the destination. |
None | Do not copy data interfaces. |