heroiclabs / nakama-unreal

Unreal client for Nakama server.
Apache License 2.0
200 stars 61 forks source link

Mawiel improved delegates #63

Closed lugehorsam closed 2 years ago

lugehorsam commented 2 years ago

All delegates are now multicast which means C++ developers will be using AddDynamic() to bind to delegates instead of BindDynamic(), this change was made to keep code consistent and more flexible. CreateDefaultClient was moved from NakamaLibrary in the NakamaBlueprints module to the NakamaClient in the NakamaUnreal module, as it is shared between C++ and Blueprints, demo blueprint controller was also updated to use the function that was moved.