Netmode equivalent pre world creation

Hi, Is there an enum or something to test against to tell which net mode I’m running in?

I’m looking for something that doesn’t need a world and can be called early, Most of the ways I found requires UWorld to be present which is fine in most cases but i’d like to check the netmode for example in GameInstanceSubsystem::Initialize

1 Like