I am tried to make a generic Async Spawn function, which ended up with me having to call generic functions using Templates. I’m not sure if this is okay to do and if this will negatively affect performance.
I don’t think it’s a bad practice, and it’s used quite commonly in the engine, with the most prominent example being delegates
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.