GetOnlineInterfaceV2() return NULL ?

I want to acces QueryOffers function in OnlineStoreEOS but firstly I couldnt access the OnlineInterfaceV2Ptr from GetOnlineInterfaceV2() function. What I have to do ?

Hey! Are you using the EOS Online Subsystem or a different third party one? I dont recognize OnlineInterfaceV2Ptr or GetOnlineInterfaceV2, those sound like a third party plugin.

Hi, I use unreal engine EOS itself and as I know for accessing the offers in my epic online store, I have to use it ?

I also take an error when launching the project in the log “LogEOSSDK: Warning: LogEOS: FEpicGamesPlatform::GetOnlinePlatformType - unable to map None to EOS_OnlinePlatformType”

Oow! sory I wrote the wrong terms. Actual terms are “IOnlineStoreV2Ptr” and “GetStoreV2Interface”.

Ah, thanks for that clarification. So this helped surface an interesting behavior in that GetStoreV2Interface only returns a valid pointer when the application is launched from the launcher. We are looking into improving this.

IN the meantime, try launching your game with the -epicportal command and see if that changes things.

1 Like

I get this same error when launching to Xbox One S, and island code does not work on Xbox One S. Both work fine on Xbox Series S and on PC. I have not heard of compatibility issues before. Would love to get some help from staff, been trying to fix this for a week.