Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Description
Called after a child scene component is attached to this component. Note: Do not change the attachment state of the child during this call.
Derived Overrides
| Name | OnChildAttached |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
virtual void OnChildAttached
(
USceneComponent * ChildComponent
)