How to spawn a particle system

In the header:

UPROPERTY(EditAnywhere)
class UParticleSystem* explosiveSpawn;

In the cpp file:

#include "Particles/ParticleSystem.h"
1 Like