Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNDCIsland
Description
Attempt to grow this island such that it could contain the given point and element bounds. Returns true if growing succeeded and false if this island cannot contain this point.
| Name | TryGrow |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannel_Islands.h |
| Include Path | #include "NiagaraDataChannel_Islands.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataChannel_Islands.cpp |
bool TryGrow
(
FVector Point,
FVector PerElementExtents,
FVector MaxIslandExtents
)