Based on a tip from Discord channel, I used a GameInstanceSubsystem for this.
Hi, for a Plugin, how can I run code on PIE start?
I’ve tried overloading “StartupModule()”, “IsGameModule()”, and “PostLoadCallback()”, but they seem to run when the editor starts. I’d like to run code when the game play starts.
How can my plugin know when it’s “play” time?