Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameterStore
| Name | EDataInterfaceCopyMethod |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
Syntax
enum EDataInterfaceCopyMethod
{
Value,
Reference,
None,
}
Values
| Name | Remarks |
|---|---|
| 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. |