Very good, I have been working on my multiplayer project with the “STEAM ADVANCED SESSION” plugin quite well, but when compiling I get the following error messages:
Hello, I also had this error when compiling.
When compiling, the Editor does not understand
[/Script/Engine.GameSession]
bRequiresPushToTalk= true/false this is the value. The editor precisely does not understand the value of true/false.
Decided this way:
[/Script/Engine.GameSession]
bRequiresPushToTalk= true
Thanks for the input!
To solve it I went to /// >Project >Config >DefaultGame.ini >open the file > look for [/Script/Engine.GameSession]
bRequiresPushToTalk=false/true > change false/true to true. I stay like this:
[/Script/Engine.GameSession]
bRequiresPushToTalk=true