A Way to Get Particle Age, Color, or Size in Blueprint?

I know how to set parameters for a particle system in blueprint, but what I want is some way to
check the size of an individual particle,
based on that size, assign acceleration values to the particle.
The acceleration is based on a specific equation I’m using to simulate wind, so I need a way to plug the size of the particle into my equation. So I’m looking for something like a Check Particle Size that I can use every frame maybe.
Otherwise, if I can’t get the size, if I could get the age of a particle, then I could calculate its size because right now I’m having it just scale 10x over its life.
Thanks