I’ve had this happen a couple times now where my UGameInstanceSubsystem is simply not created. I do have my base class set as UCLASS(Abstract, Blueprintable)
and then have it implemented in BP, so that might have something to do with it. The issue only resolves itself after I open and manually compile the blueprint.
Has anyone else experienced this?