Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USceneComponent
- USceneComponent::OnChildDetached()
- UParticleSystemComponent::OnChildDetached()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include | #include "Components/SceneComponent.h" |
virtual void OnChildDetached
(
USceneComponent * ChildComponent
)
Remarks
Called after a child scene component is detached from this component. Note: Do not change the attachment state of the child during this call.