The state of matchmaking/lobby in a nutshell:
I coded client/matchmaking that the doc said existed -- !exists
I coded matchmaker that the doc said existed -- !exists
I coded multiplayer/matchmaking that said most of the calls existed without the api docs mentioning requiring Signalr -- !exists
Matchmaking didn't mention it's stateless without signalr -- events !exists
OSS didn't disclaim all the restrictions -- !works
Back to multiplayer/matchmaking, you can code a cloud script to reinvent the wheel of what was supposed to exist (stateful data, friend invites with the unfortunate requirement to poll), but --
player_matched_with_lobby
!existsI'll call the cloud script from Unreal at the cost of more effort and less security -- but alas, can't debug locally due to an Unreal SDK bug forgetting to include
Entity
obj [that took me ages to discover what was missing due to the low-effort error handling on PF's side that no one could possibly discover without Fiddler and deep knowledge of the data req'd to pass].Local debugging with Unreal should now work to continue my workarounds, but would still need to reinvent the wheel and unnecessarily poll instead of use events.
This means, due to a chain of PF bugs and undoc'd obsolete modules, I am officially doing a workaround for a workaround for a workaround for a workaround for a workaround for a workaround for a workaround. This is what is to essentially expect for PF lobby/matchmaking.
I hope this helps someone -- just simply updated docs would've saved me countless hours. I am shocked that PF's legal dept isn't even concerned about all the features advertised that do not even exist [or at least for non-legacy accounts, which is the only reason why legacy AAA has not yet complained -- but it's only a matter of time for new AAA whales; and they all use Unreal].