Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomComponent
- UActorComponent::OnComponentDestroyed()
- USceneComponent::OnComponentDestroyed()
- UPrimitiveComponent::OnComponentDestroyed()
- UGroomComponent::OnComponentDestroyed()
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomComponent.h |
| Include | #include "GroomComponent.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomComponent.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 |