Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UFXSystemComponent
- UFXSystemComponent::SetAutoAttachmentParameters()
- UNiagaraComponent::SetAutoAttachmentParameters()
- UParticleSystemComponent::SetAutoAttachmentParameters()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include | #include "Particles/ParticleSystemComponent.h" |
virtual void SetAutoAttachmentParameters
&40;
USceneComponent &42; Parent,
FName SocketName,
EAttachmentRule LocationRule,
EAttachmentRule RotationRule,
EAttachmentRule ScaleRule
&41;
Remarks
Set AutoAttachParent, AutoAttachSocketName, AutoAttachLocationRule, AutoAttachRotationRule, AutoAttachScaleRule to the specified parameters. Does not change bAutoManageAttachment; that must be set separately.
Parameters
| Name | Description |
|---|---|
| Parent | Component to attach to. |
| SocketName | Socket on Parent to attach to. |
| LocationRule | Option for how we handle our location when we attach to Parent. |
| RotationRule | Option for how we handle our rotation when we attach to Parent. |
| ScaleRule | Option for how we handle our scale when we attach to Parent. |
See Also
bAutoManageAttachment
AutoAttachParent
AutoAttachSocketName
AutoAttachLocationRule
AutoAttachRotationRule
AutoAttachScaleRule