Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraDataInterfaceEmitterBindingMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataInterfaceEmitterBinding.h |
| Include Path | #include "NiagaraDataInterfaceEmitterBinding.h" |
Syntax
enum ENiagaraDataInterfaceEmitterBindingMode
{
Self,
Other,
}
Values
| Name | Remarks |
|---|---|
| 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. |