How to create a blueprint function or node that only runs once per node instance?

Maybe just a habit from C++, but I try to avoid static globals for thread safety reasons. I guess blueprints aren’t multithreaded though.

Thanks! I’ll look into its temp variable.