Blueprint local variables vs class vars, performance / advantages

Has Return: Function
Functions: Heavy usage of Local vars
Events: Can have parameters, but I try to limit them to netcode related.

Example…

90+ percent of the heavy work is done in functions. Helper function calls inside of the main “action” functions.