Step to reproduce
  1. Make a new avatar
  2. Add a parameter that also has child parameters under it (e.g. a bool Param with a child Param/SubParam)
  3. Load the avatar and query that parameter via OSCQuery
  4. No type or value is returned for Param and it comes back as a container only
Expected: It returns a type and value like any other parameter.
Actual: No type is ever exposed for these parameters, and no value until you change it in-game. Change out of the avatar and back in, the value is gone again. The type never appears regardless.
Seems like an edge case of the old initial value bug noted here: