Navigation
API > API/Plugins > API/Plugins/NiagaraCore
| Name | ENiagaraIterationSource |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraCore/Public/NiagaraCore.h |
| Include Path | #include "NiagaraCore.h" |
Syntax
enum ENiagaraIterationSource
{
Particles = 0,
DataInterface,
DirectSet,
}
Values
| Name | Remarks |
|---|---|
| Particles | Iterate over all active particles. |
| DataInterface | Iterate over all elements in the data interface. |
| DirectSet | Iterate over a user provided number of elements. |