No, this is not possible. When you spawn a family, a random member of the family will be created.
You should use "Create by name" action. For example:
Create object by name "Bullet"&BulletType
After that if you need to change any bullet property, add a sub-event "System pick last created BulletFamily" and there you can set bullet angle, speed etc.