Running into problem with CreateSession from OnlineSessionInterface

Hi everone,

I am building using Unreal Engine 5.0.1 and trying to create a session using the CreateSession function under OnlineSessionInterface and I keep running into the problems in the posted screenshot.

There are two function definitions, see below screenshot, and I believe I passing in the correct variables.

Has anyone else run into this problem?

1 Like

I figured out the error. Typo. Should have been FOnlineSessionSettings(), not FOnlineSessionSetting().

2 Likes

i don’t know who you are but i will find you and i hug you. unbelievable i took 3 hour
FOnlineSessionSetting is a struct.how i did not check. Thanks.

1 Like