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
enum ENiagaraEmitterCalculateBoundMode
{
Dynamic,
Fixed,
Programmable,
}
Values
| Name |
Description |
| Dynamic |
Bounds are calculated per frame (Only available for CPU emitters). |
| Fixed |
Bounds are set from the emitter's fixed bounds. |
| Programmable |
Bounds will be set from the script using the Emitter Properties Data Interface, or blueprint. |