i create one BP class. Duplicate it. changes string to “Clicked_2” from “Clicked_1”. Now it prints only “Clicked_1” and not “Clicked_2”. It prints the one that was compiled at the end. So i can make it print “Clicked_2” if i compile it at the end. but never prints both.