Custom Time Dilation For More Than One Actor in Scene?

Trying to apply time dilation to more than one actor in a scene, for now I’m using an array with all actors of a class just to get this started. For some reason, the time dilation only affects one actor in the class (the last one in the index) and I’m not sure why. Does anyone know how I can fix this and make it affect all actors in a certain class?

I figured out out, I needed to set Global Dilation and Custom on my player, not my actors!