I read in the docs that blob assets must be accessed by reference
naïvely I assumed that this
SomeBlobAssetRef.Value.SomeFunction()
would count as access by reference for the function call
it seems that this does not work (the blob arrays inside are totally bogus), yet I would be surprised if there was a hidden struct copy in this case
what am I missing?