Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
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.
Virtual Inheritance
- USceneComponent::OnChildAttached → USkinnedMeshComponent::OnChildAttached
| Name | OnChildAttached |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
virtual void OnChildAttached
(
USceneComponent * ChildComponent
)