Choose your operating system:
Windows
macOS
Linux
| FNiagaraEmitterScriptProperties
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h |
Include |
#include "NiagaraEmitter.h" |
USTRUCT()
struct FNiagaraEventScriptProperties : public FNiagaraEmitterScriptProperties
Name | Description | ||
---|---|---|---|
|
bRandomSpawnNumber |
Whether using a random spawn number. |
|
|
ExecutionMode |
Controls which particles have the event script run on them. |
|
|
MaxEventsPerFrame |
Controls how many events are consumed by this event handler. |
|
|
MinSpawnNumber |
The minimum spawn number when random spawn is used. Spawn Number is used as the maximum range. |
|
|
SourceEmitterID |
Id of the Emitter Handle that generated the event. |
|
|
SourceEventName |
The name of the event generated. |
|
|
SpawnNumber |
Controls whether or not particles are spawned as a result of handling the event. |
Name | Description | |
---|---|---|
|
FNiagaraEventScriptProperties() |