Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystemComponent
Syntax
TWeakObjectPtr< USceneComponent > AutoAttachParent
Remarks
Component we automatically attach to when activated, if bAutoManageAttachment is true. If null during registration, we assign the existing AttachParent and defer attachment until we activate.