Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
| Include | #include "NiagaraComponent.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;Niagara&41;
void SetSystemFixedBounds
&40;
FBox LocalBounds
&41;
Remarks
Sets the fixed bounds for the system instance, this overrides all other bounds. The box is expected to be in local space not world space. A default uninitialized box will clear the fixed bounds and revert back to system fixed / dynamic bounds.