EDataInterfaceCopyMethod

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraParameterStore.h"

Syntax

enum EDataInterfaceCopyMethod
{
    Value,
    Reference,
    None,
}

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.

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