For the GameSparksComponent in your GameInstance class, did you mark it as UPROPERTY()?
like this for example:
UPROPERTY() UGameSparksComponent* GameSparksComponent;