Get OSC Message Floats Node

I am sending to Unreal a lot of OSC messages with different names and values. I want to get all the values ordered in an Array. I am trying with “Get OSC Message Floats” but I cannot make it work. Is there any documentation of how this node works?

Thank you

Resolved! I had to send the data into UE with a format that UE understands as array.

HEy cool! but what node did you ended up using for this case? “Get OSC Message Floats”? Or another one? Also, you ended up sending all your float values as an array right? THANKYOU!