Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleSystemComponent
Description
Called after a child scene component is detached from this component. Note: Do not change the attachment state of the child during this call.
Virtual Inheritance
- USceneComponent::OnChildDetached → UParticleSystemComponent::OnChildDetached
| Name | OnChildDetached |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include Path | #include "Particles/ParticleSystemComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemComponent.cpp |
virtual void OnChildDetached
(
USceneComponent * ChildComponent
)