Unreal Engine Blueprint API Reference > Effects > Components > Particle System
Sets whether we should automatically attach to AutoAttachParent when activated, and detach from our parent when completed. This overrides any current attachment that may be present at the time of activation (deferring initial attachment until activation, if AutoAttachParent is null). When enabled, detachment occurs regardless of whether AutoAttachParent is assigned, and the relative transform from the time of activation is restored. This also disables attachment on dedicated servers, where we don't actually activate even if bAutoActivate is true. See: SetAutoAttachmentParameters()
Target is FXSystem Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
boolean | Auto Manage |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |