A Small Question Regarding UProperties in Blueprints

Hello everyone! A very quick question if I may!

I was curious about below.


I need to use heavy amount of macros due to the delays required so I can’t convert them to functions. BUT what if I convert all the non-latent stuff to functions inside those macros, would that be a performance boost?

Thanks for your time! ^-^

You can use timers instead of delays and get rid of the macros though.