Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
- UActorComponent::OnComponentDestroyed()
- USceneComponent::OnComponentDestroyed()
- UPrimitiveComponent::OnComponentDestroyed()
- UNiagaraComponent::OnComponentDestroyed()
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 |
virtual void OnComponentDestroyed
&40;
bool bDestroyingHierarchy
&41;
Remarks
Called when a component is destroyed
Parameters
Name | Description |
---|---|
bDestroyingHierarchy | True if the entire component hierarchy is being torn down, allows avoiding expensive operations |