-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to add arrays? #20
Comments
Can you let me know what the use case is? |
Just reciving an array of floats instead of having a lot of lines like in the example |
This depends on how data are serialized. At the moment, we supply every serialized data type in the set explicitly. So, to answer your question, you could potentially use an array, but then you would need to serialize and deserialize it yourself which may involve rewriting the code of the plugin or using some Blueprint functions. Maybe @saleh9292 can add something here? |
Thank you ♥ |
Hello there is a way to add an array in the UDP comunication?
The text was updated successfully, but these errors were encountered: