Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagraDataChannel_IslandMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannel_Islands.h |
| Include Path | #include "NiagaraDataChannel_Islands.h" |
Syntax
enum ENiagraDataChannel_IslandMode
{
AlignedStatic,
Dynamic,
}
Values
| Name | Remarks |
|---|---|
| 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. |