Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Description
Called to see if it's possible to attach another scene component as a child. Note: This can be called on template component as well!
| Name | CanAttachAsChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
virtual bool CanAttachAsChild
(
const USceneComponent * ChildComponent,
FName SocketName
) const