I’m wondering what the syntax for the functions connectOnNewUser and connectOnLostUser?
From my understand, they work similarly to connectOnUpdate where you connect a function which is called on a user entering/leaving, however I can’t get the syntax right and I can’t see anything in the manual.
I was using the connectOnUpdate as a template which might be where I was going wrong
Hi! Sorry for late answer.
OnNewUser and OnLoseUser should have the following signature:
void (SkeletonTracker::Ptr, int)
Second parameter is user’s ID.
So correct code should be:
@swindy
Good news everyone
Now you can download the plugin from the store!
Using “Nuitrack” in Unreal has never been so easy.
Do not hesitate to ask in case you have any questions