How to change blueprint parameters on spawn?

I have one blueprint character with parameters like color, types of weapons and clothes, etc… How to spawn this character with different parameters? For example I want to spawn one character with blue body and another with yellow body. It is simple when I manually put actor on my level and change parameters in toolbar but how to achieve this with spawn function?

Depending what you want to do, inside of spawned actor you can set varable on begin play event or on blueprint you spawning from return output set varables inside spawned actor