The error “this was nullptr” usually means that, when you are calling the GetItemDB function on your GameState variable, the GameState variable is set to nullptr.
Can you post the code that calls the GetItemDB function?
Hi I figured it out. I had a problem GameState and GameModeBase.
So either “GameModeBase & GameStateBase” or “GameMode & GameState”.
Now I do not get the error anymore.
Best regards, Peter