Cant attach Particles

Hello ive been trying to pass and attach particles to my object however is not been working out the way i need it too. Ive posted on reddit unreal with snapchats of all the code .

In this type of situation your best answer is to try and visualise what is happening with your code

I tend to run multiple debug messages & visualisations in each branch of code to ensure that the code is in fact being called

I would make sure that the variables you are passing to SpawnActor are valid. Try running DebugSphere with your FVector and see whether it is spawning in the right location

I redesigned my whole system at the end couldn’t figure out why it wasn’t working .