Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
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.
Derived Overrides
| Name | OnChildDetached |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
virtual void OnChildDetached
(
USceneComponent * ChildComponent
)