Default values not correct on mobile devices

And, there was another problem that sometimes some node of child class didnt execute when running on mobile device, however they worked fine on PC and I’ve tried tracing each of them but found nothing wrong…

Hey guys, i,ve met something weird when running my game on android device. That is for some unkown reasons, the default value such as hitpoint of my NPC child class’s instances wasn’t the one i’ve set (as 1500) but it appeared to be the value of the parent class’s (10000). I’ve checked that there’re no nodes to change the value at all. Is it a bug or something like that? Any solutions?

Theres a chance (3 out of 10 maybe), after deploy my game,the values were all correct, but sometimes they werent.