Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannel_Islands.h |
| Include | #include "NiagaraDataChannel_Islands.h" |
Syntax
enum ENiagraDataChannel_IslandMode
&123;
AlignedStatic,
Dynamic,
&125;
Values
| Name | Description |
|---|---|
| AlignedStatic | Islands are aligned to a grid and fixed to their MaxExtents. |
| Dynamic | Islands can exist a any location and will grow from their InitialExtents to their MaxExtents to fit data entering the channel data. |