Particle system not accepted in vehicle's blueprint

Trying to add particle wheeldust component to a car blueprint.

I’ve added the particle system component to the sedan’s blueprint, however it will not allow me to define my particle system under templates:

Other particle systems are accepted, for example the P_smoke system provided in the starter content:

My particle system is just a variation on the step by step sprite smoke system in the Unreal docs help pages.

Can anyone catch what’s holding this back?

Particle System is Cascade. Your WheelDust is Niagara, and you have to use the Niagara Particle System component for that.

Ahh thanks so much, I didn’t realize there was a distinction!