Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraEmitterCalculateBoundMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h |
| Include Path |
#include "NiagaraEmitter.h" |
Syntax
enum ENiagaraEmitterCalculateBoundMode
{
Dynamic,
Fixed,
Programmable,
}
Values
| Name |
Remarks |
| 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. |