Empty BlobArray?

Hi everyone,

Quick BlobArray question here: I’m trying to create optional validation in a component system using a BlobArray. Works fine until I try with an empty list, as zero-size BlobArray are not allowed (runtime error when using Allocate()). How would you recommend to achieve this?

Thanks!

Edit: this is not needed, BlobArrays are properly 0-sized from construction (as they should). Turns out I missed a ref attribute somewhere when using them.

Problem fixed :slight_smile: