Navigation
API > API/Plugins > API/Plugins/Niagara
References
| |
|
| Module |
Niagara |
| Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataInterfaceEmitterBinding.h |
| Include |
#include "NiagaraDataInterfaceEmitterBinding.h" |
Syntax
enum ENiagaraDataInterfaceEmitterBindingMode
&123;
Self,
Other,
&125;
Values
| Name |
Description |
| Self |
Attempt to bind to the emitter the data interface is used with, this may not be possible in all situations (i.e. user parameter). |
| Other |
Attempt to bind to an emitter using it's name. |