I have a game character with lots of statistics, and I've put each stat in its own node. So I was wondering does the engine loop through each node in the character's tree each update, to see if it should process each node? Or is it smart enough to ignore nodes that shouldn't be processed?