If you're getting an "AttachTo" error in ~4.24

… just tossing #include “Particles/ParticleSystemComponent.h” up into the .cpp preprocessors solved this for me.

1 Like

In UE4.25 having included your line I also needed:

LaunchBlast->SetupAttachment(CollisionMesh);

Privacy & Terms