Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
Description
Gets the fixed bounds for an emitter instance. This will return the user set fixed bounds if set, or the emitters fixed bounds if set. Note: The returned box may be invalid if no fixed bounds exist
| Name | GetEmitterFixedBounds |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
| Include Path | #include "NiagaraComponent.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp |
UFUNCTION (BlueprintCallable, Category=Niagara)
FBox GetEmitterFixedBounds
(
FName EmitterName
) const