trdwll / SteamBridge

An Unreal Engine implementation of the Steamworks API.
https://trdwll.com/experiments/steambridge/
MIT License
133 stars 20 forks source link

OnLobbyChatUpdate CustomEvent_0 Signature Error: The function/event does not match the necessary signature - has the delegate or function/event changed? #24

Closed HashemShepard closed 2 years ago

HashemShepard commented 2 years ago

The Default Event is giving wrong signature. image

trdwll commented 2 years ago

Try the develop branch.

HashemShepard commented 2 years ago

thanks for the quick response image it worked but why is it an array ? which element in the array is the latest change ?

trdwll commented 2 years ago

No idea. It's been a long time since I worked on this.

HashemShepard commented 2 years ago

okay , the main issue is solved anyway solution : use develop branch.