I have a function library that calls the game instance. When I’m working in the editor, everything works fine, however, when I package, it says the game instance cast is invalid. My guess is because the function libraries are being initialized and called before the game instance. Is there a way for me to force load the game instance before the function libraries? Otherwise, I’ll have to redo a lot of my code.