Skip to content

v0.2.0 for UE 4.13

Compare
Choose a tag to compare
@getnamo getnamo released this 29 Sep 15:37
· 773 commits to master since this release

-Added connect/disconnect signatures (these have to be implemented by
the server if used)
-Added C++ lambda binds do e.g.
BindDataLambdaToEvent([&](const FString& EventName, const FString& EventData) { //your code }, Name, Namespace);
to use it
-Bind changed name to BindEvent
-Added Namespace support
-Connection runs on background thread (should not be blocking anymore)