Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h |
| Include | #include "NiagaraEmitter.h" |
Syntax
USTRUCT ()
struct FNiagaraEventReceiverProperties
Remarks
TODO: Event action that spawns other whole Systems? One that calls a BP exposed delegate?
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The name of this receiver. | |
| FName | SourceEmitter | The name of the emitter from which the Event Generator is taken. | |
| FName | SourceEventGenerator | The name of the EventGenerator to bind to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraEventReceiverProperties
(
FName InName, |